diff options
author | David D. Zuhn <zoo@cygnus> | 1993-07-16 20:14:38 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-07-16 20:14:38 +0000 |
commit | b48eb8b7e300cfc169b9331193ca809413114ea4 (patch) | |
tree | d6511b5bdbe6632f5783d9b4fd51349719588f2f /config.sub | |
parent | 763e8ded4b36e98ee321ae5d90cb6f554dd268e6 (diff) | |
download | gdb-b48eb8b7e300cfc169b9331193ca809413114ea4.zip gdb-b48eb8b7e300cfc169b9331193ca809413114ea4.tar.gz gdb-b48eb8b7e300cfc169b9331193ca809413114ea4.tar.bz2 |
handle broken test (lynx)
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -632,7 +632,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. |