Commit b2dc2e6d authored by Ben Laurie's avatar Ben Laurie
Browse files

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

the compiler.
parent 1b787fc0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]