aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Evans1993-07-16 18:24:47 +0000
committerDoug Evans1993-07-16 18:24:47 +0000
commit51b3c82ff7fe2406d37c51217cb683465fdff784 (patch)
tree3f7292c40ad7fadf1df115eec6a38315ec25a82d
parent94ed51e86b916990511e7e8db298c29892896730 (diff)
downloademacs-51b3c82ff7fe2406d37c51217cb683465fdff784.tar.gz
emacs-51b3c82ff7fe2406d37c51217cb683465fdff784.zip
if [ "$os" ] --> if [ x"$os" != x"" ]
-rwxr-xr-xconfig.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index 9abec11c0ed..b79ce98a620 100755
--- a/config.sub
+++ b/config.sub
@@ -495,7 +495,7 @@ esac
495 495
496# Decode manufacturer-specific aliases for certain operating systems. 496# Decode manufacturer-specific aliases for certain operating systems.
497 497
498if [ "$os" ] 498if [ x"$os" != x"" ]
499then 499then
500case $os in 500case $os in
501 # -solaris* is a basic system type, with this one exception. 501 # -solaris* is a basic system type, with this one exception.