From: Bodo Möller Date: Fri, 11 Jun 1999 10:54:42 +0000 (+0000) Subject: Don't use unquoted whitespace in "case" case. X-Git-Tag: OpenSSL_0_9_4~178 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8e9eae0f8a5b4ce3792448e210d4f953676afe21;p=oweals%2Fopenssl.git Don't use unquoted whitespace in "case" case. --- diff --git a/config b/config index c04acf7f5a..9ab969af40 100755 --- 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*)