* config.sub: Simplify an if expression.

This commit is contained in:
Ben Elliston
2018-05-05 21:11:00 +10:00
parent 09df750b99
commit b75cdc942a
2 changed files with 5 additions and 1 deletions

2
config.sub vendored
View File

@ -1360,7 +1360,7 @@ esac
# Decode manufacturer-specific aliases for certain operating systems.
if [ x"$os" != x"" ]
if [ x$os != x ]
then
case $os in
# First match some system type aliases that might get confused