diff options
author | Rob Landley <rob@landley.net> | 2008-06-22 00:57:15 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2008-06-22 00:57:15 -0500 |
commit | 37256ff6f390cbf86a14249e32e37865c85f1f2d (patch) | |
tree | 636be94c1b66dacdc0e26729719f072f53007152 | |
parent | 49fcd9aa74b25334f3a8383a1bed67195afb2ad3 (diff) | |
download | toybox-37256ff6f390cbf86a14249e32e37865c85f1f2d.tar.gz |
Adjust "optional" function (gen_config.h became generated/config.h).
-rwxr-xr-x | scripts/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh index d532aabe..64c7dbaa 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -14,7 +14,7 @@ cd testdir PATH=.:$PATH . "$TOPDIR"/scripts/test/testing.sh -[ -f "$TOPDIR/gen_config.h" ] && export OPTIONFLAGS=:$(echo $(sed -nr 's/^#define CFG_(.*) 1/\1/p' "$TOPDIR/gen_config.h") | sed 's/ /:/g') +[ -f "$TOPDIR/generated/config.h" ] && export OPTIONFLAGS=:$(echo $(sed -nr 's/^#define CFG_(.*) 1/\1/p' "$TOPDIR/generated/config.h") | sed 's/ /:/g') if [ $# -ne 0 ] then |