if [ "$os" ] --> if [ x"$os" != x"" ]
This commit is contained in:
parent
94ed51e86b
commit
51b3c82ff7
1 changed files with 1 additions and 1 deletions
2
config.sub
vendored
2
config.sub
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue