Don't eat the whole word for -d. This allows -debug to be passed to
authorBen Laurie <ben@openssl.org>
Mon, 16 Feb 2009 08:43:41 +0000 (08:43 +0000)
committerBen Laurie <ben@openssl.org>
Mon, 16 Feb 2009 08:43:41 +0000 (08:43 +0000)
the compiler.

config

diff --git a/config b/config
index 2455a6f40d63b46f562a87b4da4259f45977733a..68e7ea17374487251f287c22c44bc27cbe934665 100755 (executable)
--- 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 <<EOF
 Usage: config [options]