Don't eat the whole word for -d. This allows -debug to be passed to

the compiler.
This commit is contained in:
Ben Laurie 2009-02-16 08:43:41 +00:00
parent 1b787fc04c
commit b2dc2e6dac

2
config
View file

@ -29,7 +29,7 @@ EXE=""
for i
do
case "$i" in
-d*) PREFIX="debug-";;
-d) PREFIX="debug-";;
-t*) TEST="true";;
-h*) TEST="true"; cat <<EOF
Usage: config [options]