aboutsummaryrefslogtreecommitdiffstats
path: root/env.sh
diff options
context:
space:
mode:
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)