From: Doug Evans Date: Fri, 16 Jul 1993 18:24:47 +0000 (+0000) Subject: if [ "$os" ] --> if [ x"$os" != x"" ] X-Git-Tag: emacs-19.34~11742 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=51b3c82ff7fe2406d37c51217cb683465fdff784;p=emacs.git if [ "$os" ] --> if [ x"$os" != x"" ] --- diff --git a/config.sub b/config.sub index 9abec11c0ed..b79ce98a620 100755 --- a/config.sub +++ b/config.sub @@ -495,7 +495,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.