From b2dc2e6dacb861acfeaa81315cfeb274e3427f6c Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Mon, 16 Feb 2009 08:43:41 +0000 Subject: [PATCH] Don't eat the whole word for -d. This allows -debug to be passed to the compiler. --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 2455a6f40d..68e7ea1737 100755 --- a/config +++ b/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 <