Add --help support to single.sh builds.
authorRob Landley <rob@landley.net>
Sun, 3 Aug 2014 00:49:10 +0000 (19:49 -0500)
committerRob Landley <rob@landley.net>
Sun, 3 Aug 2014 00:49:10 +0000 (19:49 -0500)
scripts/single.sh

index a07770b..7d3b457 100755 (executable)
@@ -15,7 +15,7 @@ USET="is not set"
 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" &&