From 8665c50dfde373176c65662cdf4b0d3081f0b276 Mon Sep 17 00:00:00 2001 From: landley Date: Thu, 16 Feb 2006 09:25:31 +0000 Subject: Putting together OPTIONFLAGS, sed needs the global flag to handle multiple options. git-svn-id: svn://busybox.net/trunk/busybox@14074 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- testsuite/runtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g6feb