summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-02-14 02:20:34 +0000
committerRichard Levitte <levitte@openssl.org>2002-02-14 02:20:34 +0000
commitba47f5c9b0542022ac17781ebaa0e4407838fba2 (patch)
tree3c2992a95fcc1d200350e520c02ca4ada5740ace /config
parent4d94ae00d5614d64d4dd065860c4b00161a81f82 (diff)
Correct sh, please
Diffstat (limited to 'config')
-rwxr-xr-xconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/config b/config
index 502ca6720f..229c131b67 100755
--- 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