Forgotten quotes
This commit is contained in:
parent
c57747dba5
commit
45f8a9c86d
2 changed files with 10 additions and 10 deletions
|
@ -181,8 +181,8 @@ done
|
||||||
echo -en "\n\tGenerating the build scripts ...\n"
|
echo -en "\n\tGenerating the build scripts ...\n"
|
||||||
rm -rf scripts
|
rm -rf scripts
|
||||||
xsltproc --xinclude --nonet \
|
xsltproc --xinclude --nonet \
|
||||||
--stringparam sudo $SUDO \
|
--stringparam sudo "$SUDO" \
|
||||||
--stringparam wrap-install $WRAP_INSTALL \
|
--stringparam wrap-install "$WRAP_INSTALL" \
|
||||||
-o ./scripts/ ${MakeScripts} \
|
-o ./scripts/ ${MakeScripts} \
|
||||||
${BookXml}
|
${BookXml}
|
||||||
# Make the scripts executable.
|
# Make the scripts executable.
|
||||||
|
|
|
@ -142,16 +142,16 @@ extract_commands() { #
|
||||||
echo -n " ${L_arrow}${BOLD}$MODEL + $KERNEL${R_arrow} HLFS flavour... "
|
echo -n " ${L_arrow}${BOLD}$MODEL + $KERNEL${R_arrow} HLFS flavour... "
|
||||||
xsltproc --nonet \
|
xsltproc --nonet \
|
||||||
--xinclude \
|
--xinclude \
|
||||||
--stringparam model $MODEL \
|
--stringparam model "$MODEL" \
|
||||||
--stringparam kernel $KERNEL \
|
--stringparam kernel "$KERNEL" \
|
||||||
--stringparam testsuite $TEST \
|
--stringparam testsuite "$TEST" \
|
||||||
--stringparam bomb-testsuite $BOMB_TEST \
|
--stringparam bomb-testsuite "$BOMB_TEST" \
|
||||||
--stringparam features \
|
--stringparam features \
|
||||||
x$SSP$ASLR$PAX$HARDENED_TMP$WARNINGS$MISC$BLOWFISH \
|
x$SSP$ASLR$PAX$HARDENED_TMP$WARNINGS$MISC$BLOWFISH \
|
||||||
--stringparam timezone $TIMEZONE \
|
--stringparam timezone "$TIMEZONE" \
|
||||||
--stringparam page $PAGE \
|
--stringparam page "$PAGE" \
|
||||||
--stringparam lang $LANG \
|
--stringparam lang "$LANG" \
|
||||||
--stringparam grsecurity_host $GRSECURITY_HOST \
|
--stringparam grsecurity_host "$GRSECURITY_HOST" \
|
||||||
--output ./${PROGNAME}-commands/ \
|
--output ./${PROGNAME}-commands/ \
|
||||||
$XSL \
|
$XSL \
|
||||||
$BOOK/index.xml >>$LOGDIR/$LOG 2>&1
|
$BOOK/index.xml >>$LOGDIR/$LOG 2>&1
|
||||||
|
|
Reference in a new issue