From: Richard Levitte Date: Thu, 14 Feb 2002 02:20:48 +0000 (+0000) Subject: Correct sh, please X-Git-Tag: OpenSSL_0_9_7-beta1~243 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b74d2cda28acd57ef5de86db62cfa3c985b383e1;p=openssl Correct sh, please --- 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