Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-02-14 05:20:48 +0300
committerRichard Levitte <levitte@openssl.org>2002-02-14 05:20:48 +0300
commitb74d2cda28acd57ef5de86db62cfa3c985b383e1 (patch)
treee59baa3f4710b1b462b295057a50607aab8b6243 /config
parentcc5dd9f14e2ee67789e1a0d5186dc7fea37f3d45 (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