aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-07-16 20:14:38 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-07-16 20:14:38 +0000
commitb48eb8b7e300cfc169b9331193ca809413114ea4 (patch)
treed6511b5bdbe6632f5783d9b4fd51349719588f2f /config.sub
parent763e8ded4b36e98ee321ae5d90cb6f554dd268e6 (diff)
downloadgdb-b48eb8b7e300cfc169b9331193ca809413114ea4.zip
gdb-b48eb8b7e300cfc169b9331193ca809413114ea4.tar.gz
gdb-b48eb8b7e300cfc169b9331193ca809413114ea4.tar.bz2
handle broken test (lynx)
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index 3ca83dc..a4922bc 100755
--- a/config.sub
+++ b/config.sub
@@ -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.