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:
cc5dd9f
)
Correct sh, please
author
Richard Levitte
<levitte@openssl.org>
Thu, 14 Feb 2002 02:20:48 +0000
(
02:20
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 14 Feb 2002 02:20:48 +0000
(
02:20
+0000)
config
patch
|
blob
|
history
diff --git
a/config
b/config
index 502ca6720fe9e78ded54016fb19c95612ad809b3..229c131b672aa8940c2abd86da5684cbf8f9a7fd 100755
(executable)
--- a/
config
+++ b/
config
@@
-335,9
+335,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