Correct sh, please
authorRichard Levitte <levitte@openssl.org>
Thu, 14 Feb 2002 02:20:34 +0000 (02:20 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 14 Feb 2002 02:20:34 +0000 (02:20 +0000)
config

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