From b48eb8b7e300cfc169b9331193ca809413114ea4 Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Fri, 16 Jul 1993 20:14:38 +0000 Subject: [PATCH] handle broken test (lynx) --- config.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4