Author: pierre
Date: Thu Jun 29 09:54:28 2017
New Revision: 3973
Log:
Forgotten quotes
Modified:
jhalfs/trunk/BLFS/gen_pkg_book.sh
jhalfs/trunk/common/libs/func_book_parser
Modified: jhalfs/trunk/BLFS/gen_pkg_book.sh
==============================================================================
--- jhalfs/trunk/BLFS/gen_pkg_book.sh Thu Jun 29 09:45:31 2017 (r3972)
+++ jhalfs/trunk/BLFS/gen_pkg_book.sh Thu Jun 29 09:54:28 2017 (r3973)
@@ -181,8 +181,8 @@
echo -en "\n\tGenerating the build scripts ...\n"
rm -rf scripts
xsltproc --xinclude --nonet \
- --stringparam sudo $SUDO \
- --stringparam wrap-install $WRAP_INSTALL \
+ --stringparam sudo "$SUDO" \
+ --stringparam wrap-install "$WRAP_INSTALL" \
-o ./scripts/ ${MakeScripts} \
${BookXml}
# Make the scripts executable.
Modified: jhalfs/trunk/common/libs/func_book_parser
==============================================================================
--- jhalfs/trunk/common/libs/func_book_parser Thu Jun 29 09:45:31 2017
(r3972)
+++ jhalfs/trunk/common/libs/func_book_parser Thu Jun 29 09:54:28 2017
(r3973)
@@ -142,16 +142,16 @@
echo -n " ${L_arrow}${BOLD}$MODEL + $KERNEL${R_arrow} HLFS flavour... "
xsltproc --nonet \
--xinclude \
- --stringparam model $MODEL \
- --stringparam kernel $KERNEL \
- --stringparam testsuite $TEST \
- --stringparam bomb-testsuite $BOMB_TEST \
+ --stringparam model "$MODEL" \
+ --stringparam kernel "$KERNEL" \
+ --stringparam testsuite "$TEST" \
+ --stringparam bomb-testsuite "$BOMB_TEST" \
--stringparam features \
x$SSP$ASLR$PAX$HARDENED_TMP$WARNINGS$MISC$BLOWFISH \
- --stringparam timezone $TIMEZONE \
- --stringparam page $PAGE \
- --stringparam lang $LANG \
- --stringparam grsecurity_host $GRSECURITY_HOST \
+ --stringparam timezone "$TIMEZONE" \
+ --stringparam page "$PAGE" \
+ --stringparam lang "$LANG" \
+ --stringparam grsecurity_host "$GRSECURITY_HOST" \
--output ./${PROGNAME}-commands/ \
$XSL \
$BOOK/index.xml >>$LOGDIR/$LOG 2>&1
--
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page