comparison config.sub @ 4109:76f746324590

if [ "$os" ] --> if [ x"$os" != x"" ]
author Doug Evans <dje@gnu.org>
date Fri, 16 Jul 1993 18:24:47 +0000
parents 1e9a4f812fc1
children de836f326554
comparison
equal deleted inserted replaced
4108:e4fbcd480455 4109:76f746324590
493 ;; 493 ;;
494 esac 494 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.
502 -solaris1 | -solaris1.*) 502 -solaris1 | -solaris1.*)
503 os=`echo $os | sed -e 's|solaris1|sunos4|'` 503 os=`echo $os | sed -e 's|solaris1|sunos4|'`