Stupid typo
This commit is contained in:
parent
924076f0b5
commit
67ca47e5f8
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ extract_commands() { #
|
||||||
else
|
else
|
||||||
JOBS="$N_PARALLEL"
|
JOBS="$N_PARALLEL"
|
||||||
fi
|
fi
|
||||||
if [ "REALSBU" = y ]; then JOBSBP1=1; else JOBSBP1="$JOBS"; fi
|
if [ "$REALSBU" = y ]; then JOBSBP1=1; else JOBSBP1="$JOBS"; fi
|
||||||
|
|
||||||
# First profile the book, for revision and arch. Note that
|
# First profile the book, for revision and arch. Note that
|
||||||
# MULTIBLIB is set to "default" if pure 64 bit book. In this case,
|
# MULTIBLIB is set to "default" if pure 64 bit book. In this case,
|
||||||
|
|
Reference in a new issue