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:
5e99ec6
)
Correct sh, please
author
Richard Levitte
<levitte@openssl.org>
Thu, 14 Feb 2002 02:20:41 +0000
(
02:20
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 14 Feb 2002 02:20:41 +0000
(
02:20
+0000)
config
patch
|
blob
|
history
diff --git
a/config
b/config
index a8ad359f09b15a97e1657864e940991d37f53be4..cd8e05e3fc13a1ad1f34d4f1bc95c757a2182c37 100755
(executable)
--- a/
config
+++ b/
config
@@
-301,9
+301,13
@@
case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
CYGWIN*)
case "$RELEASE" in
[bB]*|1.0|1.[12].*)
- echo "${MACHINE}-whatever-cygwin32_pre1.3"; exit 0
+ echo "${MACHINE}-whatever-cygwin32_pre1.3"
+ ;;
*)
- echo "${MACHINE}-whatever-cygwin32"; exit 0
+ echo "${MACHINE}-whatever-cygwin32"
+ ;;
+ esac
+ exit 0
;;
esac