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

This commit is contained in:
Doug Evans 1993-07-16 18:24:47 +00:00
parent 94ed51e86b
commit 51b3c82ff7

2
config.sub vendored
View file

@ -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.