if [ "$os" ] --> if [ x"$os" != x"" ]

This commit is contained in:
dje 1993-07-16 18:24:47 +00:00
parent dca530dbab
commit bb8e861006

2
config.sub vendored
View File

@ -495,7 +495,7 @@ esac
# Decode manufacturer-specific aliases for certain operating systems. # Decode manufacturer-specific aliases for certain operating systems.
if [ "$os" ] if [ x"$os" != x"" ]
then then
case $os in case $os in
# -solaris* is a basic system type, with this one exception. # -solaris* is a basic system type, with this one exception.