changeset 1415:80da35b898eb draft

Add --help support to single.sh builds.
author Rob Landley <rob@landley.net>
date Sat, 02 Aug 2014 19:49:10 -0500
parents c37c186409a2
children 0019500c86cc
files scripts/single.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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" &&