[Orca-users] orca 0.27 make error on Solaris 9

Dmitry Berezin dberezin at surfside.rutgers.edu
Mon Aug 30 14:06:27 PDT 2004


Blair,

Would this -

if test ! -z $variable; then
  do stuff
fi

work and be better then

> if test "`echo $variable`" != ""; then
> do stuff
> fi

Notice no "" around $variable.

  -Dmitry.




More information about the Orca-users mailing list