Commit 8e9eae0f authored by Bodo Möller's avatar Bodo Möller
Browse files

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

parent 565d1065
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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*)