mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-13 22:53:41 +12:00
if [ "$os" ] --> if [ x"$os" != x"" ]
This commit is contained in:
2
config.sub
vendored
2
config.sub
vendored
@ -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.
|
||||||
|
Reference in New Issue
Block a user