Don't use unquoted whitespace in "case" case.

This commit is contained in:
Bodo Möller 1999-06-11 10:54:42 +00:00
parent 565d1065c3
commit 8e9eae0f8a

2
config
View File

@ -243,7 +243,7 @@ fi
# Now NeXT # Now NeXT
ISNEXT=`hostinfo 2>/dev/null` ISNEXT=`hostinfo 2>/dev/null`
case "$ISNEXT" in case "$ISNEXT" in
*NeXT Mach 3.3*) *'NeXT Mach 3.3'*)
echo "whatever-next-nextstep3.3"; exit 0 echo "whatever-next-nextstep3.3"; exit 0
;; ;;
*NeXT*) *NeXT*)