Don't eat the whole word for -d. This allows -debug to be passed to
the compiler.
This commit is contained in:
parent
1b787fc04c
commit
b2dc2e6dac
1 changed files with 1 additions and 1 deletions
2
config
2
config
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue