]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Don't use unquoted whitespace in "case" case.
authorBodo Möller <bodo@openssl.org>
Fri, 11 Jun 1999 10:54:42 +0000 (10:54 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 11 Jun 1999 10:54:42 +0000 (10:54 +0000)
config

diff --git a/config b/config
index c04acf7f5a2f39ce24be7ac2746009bcfb8795de..9ab969af406ddf284432fd1dbbbcbb3815425ef9 100755 (executable)
--- a/config
+++ b/config
@@ -243,7 +243,7 @@ fi
 # Now NeXT
 ISNEXT=`hostinfo 2>/dev/null`
 case "$ISNEXT" in
-    *NeXT Mach 3.3*)
+    *'NeXT Mach 3.3'*)
        echo "whatever-next-nextstep3.3"; exit 0
        ;;
     *NeXT*)