mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-19 14:40:24 +08:00
if [ "$os" ] --> if [ x"$os" != x"" ]
This commit is contained in:
parent
e2b7838c79
commit
a5217b9af4
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