Commit f3b58347 by Doug Evans

if [ "$os" ] --> if [ x"$os" != x"" ]

From-SVN: r4928
parent a3f6caa7
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment