aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-06-11 10:54:42 +0000
committerBodo Möller <bodo@openssl.org>1999-06-11 10:54:42 +0000
commit8e9eae0f8a5b4ce3792448e210d4f953676afe21 (patch)
tree3f653836907b951385954a5e440fe69dc9e728a0 /config
parent565d1065c37930c1586b69669eae04162a58e5b9 (diff)
downloadopenssl-8e9eae0f8a5b4ce3792448e210d4f953676afe21.tar.gz
Don't use unquoted whitespace in "case" case.
Diffstat (limited to 'config')
-rwxr-xr-xconfig2
1 files changed, 1 insertions, 1 deletions
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*)