HLFS: Fixed scripts creation when all additional features are disabled.
This commit is contained in:
parent
6d5844cee3
commit
31eb678487
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Reference in a new issue