if [ "$os" ] --> if [ x"$os" != x"" ]
authorDoug Evans <dje@gnu.org>
Fri, 16 Jul 1993 18:24:47 +0000 (18:24 +0000)
committerDoug Evans <dje@gnu.org>
Fri, 16 Jul 1993 18:24:47 +0000 (18:24 +0000)
From-SVN: r4928

gcc/config.sub

index 9abec11..b79ce98 100755 (executable)
@@ -495,7 +495,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.