# HG changeset patch # User Rob Landley # Date 1407026950 18000 # Node ID 80da35b898ebd492727868d42bc4d8c84637810a # Parent c37c186409a232a9996911474979b03dd1949b58 Add --help support to single.sh builds. diff -r c37c186409a2 -r 80da35b898eb scripts/single.sh --- a/scripts/single.sh Sat Aug 02 19:40:35 2014 -0500 +++ b/scripts/single.sh Sat Aug 02 19:49:10 2014 -0500 @@ -15,7 +15,7 @@ make allnoconfig > /dev/null && sed -i -e "s/\(CONFIG_TOYBOX\)=y/# \1 $USET/" \ -e "s/# \(CONFIG_$NAME\) $USET/\1=y/" \ - -e "s/# \(CONFIG_TOYBOX_HELP\) $USET/\1=y/" \ + -e "s/# \(CONFIG_TOYBOX_HELP.*\) $USET/\1=y/" \ -e "s/# \(CONFIG_TOYBOX_I18N\) $USET/\1=y/" \ -e "s/# \(CONFIG_TOYBOX_FLOAT\) $USET/\1=y/" \ "$KCONFIG_CONFIG" &&