aboutsummaryrefslogtreecommitdiff
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 3ca83dc..a4922bc 100755
--- a/config.sub
+++ b/config.sub
@@ -632,7 +632,7 @@ esac
# Decode manufacturer-specific aliases for certain operating systems.
-if [ "$os" ]
+if [ x"$os" != x"" ]
then
case $os in
# -solaris* is a basic system type, with this one exception.