handle broken test (lynx)
authorDavid D. Zuhn <zoo@cygnus>
Fri, 16 Jul 1993 20:14:38 +0000 (20:14 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Fri, 16 Jul 1993 20:14:38 +0000 (20:14 +0000)
config.sub

index 3ca83dc03272d308af2d9d53fde6388f263e2048..a4922bc6249b8869b887e39f820e3beab0315ecf 100755 (executable)
@@ -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.
This page took 0.024978 seconds and 4 git commands to generate.