Stupid typo

This commit is contained in:
Pierre Labastie 2023-11-17 16:31:22 +01:00
parent 924076f0b5
commit 67ca47e5f8

View file

@ -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,