mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-07 23:19:39 +00:00
Don't use unquoted whitespace in "case" case.
This commit is contained in:
parent
565d1065c3
commit
8e9eae0f8a
2
config
2
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*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user