mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-07 13:48:21 +12:00
* config.sub: Simplify an if expression.
This commit is contained in:
2
config.sub
vendored
2
config.sub
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user