aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.