mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
if [ "$os" ] --> if [ x"$os" != x"" ]
This commit is contained in:
parent
dca530dbab
commit
bb8e861006
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…
x
Reference in New Issue
Block a user