summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2009-02-16 08:43:41 +0000
committerBen Laurie <ben@openssl.org>2009-02-16 08:43:41 +0000
commitb2dc2e6dacb861acfeaa81315cfeb274e3427f6c (patch)
tree7ea2a25b316aeb25feff523e2f7a6241f3b2db1a /config
parent1b787fc04c34f61f74865316d4459eba35608b58 (diff)
Don't eat the whole word for -d. This allows -debug to be passed to
the compiler.
Diffstat (limited to 'config')
-rwxr-xr-xconfig2
1 files changed, 1 insertions, 1 deletions
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 <<EOF
Usage: config [options]