diff options
| -rwxr-xr-x | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub index 9abec11c0ed..b79ce98a620 100755 --- a/config.sub +++ b/config.sub | |||
| @@ -495,7 +495,7 @@ esac | |||
| 495 | 495 | ||
| 496 | # Decode manufacturer-specific aliases for certain operating systems. | 496 | # Decode manufacturer-specific aliases for certain operating systems. |
| 497 | 497 | ||
| 498 | if [ "$os" ] | 498 | if [ x"$os" != x"" ] |
| 499 | then | 499 | then |
| 500 | case $os in | 500 | case $os in |
| 501 | # -solaris* is a basic system type, with this one exception. | 501 | # -solaris* is a basic system type, with this one exception. |