aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-06-18 20:09:53 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-06-18 20:09:53 +0000
commit31eb6784879896bb04ce5f2c9de03e560642856f (patch)
treed3b4a3a68cbaa004f12ecc9f43a20611b0f75036
parent6d5844cee3105d577644b9073f0569d008991a75 (diff)
HLFS: Fixed scripts creation when all additional features are disabled.
-rw-r--r--common/libs/func_book_parser2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/libs/func_book_parser b/common/libs/func_book_parser
index 17e0031927..987354b006 100644
--- a/common/libs/func_book_parser
+++ b/common/libs/func_book_parser
@@ -125,7 +125,7 @@ extract_commands() { #
--stringparam kernel $KERNEL \
--stringparam testsuite $TEST \
--stringparam bomb-testsuite $BOMB_TEST \
- --stringparam features $SSP$ASLR$PAX$HARDENED_TMP$WARNINGS$MISC$BLOWFISH \
+ --stringparam features x$SSP$ASLR$PAX$HARDENED_TMP$WARNINGS$MISC$BLOWFISH \
--stringparam timezone $TIMEZONE \
--stringparam page $PAGE \
--stringparam lang $LANG \