projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b787fc
)
Don't eat the whole word for -d. This allows -debug to be passed to
author
Ben Laurie
<ben@openssl.org>
Mon, 16 Feb 2009 08:43:41 +0000
(08:43 +0000)
committer
Ben Laurie
<ben@openssl.org>
Mon, 16 Feb 2009 08:43:41 +0000
(08:43 +0000)
the compiler.
config
patch
|
blob
|
history
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]