projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
565d106
)
Don't use unquoted whitespace in "case" case.
author
Bodo Möller
<bodo@openssl.org>
Fri, 11 Jun 1999 10:54:42 +0000
(10:54 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 11 Jun 1999 10:54:42 +0000
(10:54 +0000)
config
patch
|
blob
|
history
diff --git
a/config
b/config
index c04acf7f5a2f39ce24be7ac2746009bcfb8795de..9ab969af406ddf284432fd1dbbbcbb3815425ef9 100755
(executable)
--- 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*)