aboutsummaryrefslogtreecommitdiffstats
path: root/env.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-13 12:59:10 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-13 12:59:10 -0500
commite07be520145730eb14cef2845c7d906298cdf1b7 (patch)
tree5363b966b871ad109abe7712560203d0f855762a /env.sh
parentd2455629f6b713773331645dfe932d6a52cb758b (diff)
Add set -e to top of scripts and remove space between -j and value in MAKEFLAGS.
Diffstat (limited to 'env.sh')
-rw-r--r--env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.sh b/env.sh
index 7587c1e..9666e97 100644
--- a/env.sh
+++ b/env.sh
@@ -34,7 +34,7 @@ LFS_PWD="lfs"
NUMPROCS="$(getconf _NPROCESSORS_ONLN)"
numjobs="$((NUMPROCS * 2 - 1))"
# Make flags for multiple jobs
-MAKEFLAGS="-j ${numjobs}"
+MAKEFLAGS="-j${numjobs}"
NINJAJOBS="${NUMPROCS}"
# Set spinner type (0-12 in funtions.sh)