From: Rob Landley Date: Thu, 16 Feb 2006 09:25:31 +0000 (-0000) Subject: Putting together OPTIONFLAGS, sed needs the global flag to handle multiple X-Git-Tag: 1_1_0~211 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5c1cd5fdd340c63963726394dd4ff0739e7c5e63;p=oweals%2Fbusybox.git Putting together OPTIONFLAGS, sed needs the global flag to handle multiple options. --- diff --git a/testsuite/runtest b/testsuite/runtest index c1b1ec2f4..b1f07fbae 100755 --- a/testsuite/runtest +++ b/testsuite/runtest @@ -94,7 +94,7 @@ fi # Set up option flags so tests can be selective. configfile=${bindir:-../../}/.config -export OPTIONFLAGS=:$(echo $(sed -nr 's/^CONFIG_(.*)=.*/\1/p' $configfile) | sed 's/ /:/') +export OPTIONFLAGS=:$(echo $(sed -nr 's/^CONFIG_(.*)=.*/\1/p' $configfile) | sed 's/ /:/g') for applet in $applets; do if [ "$applet" = "links" ]; then continue; fi