On 5/13/07, Jukka Salmi <[EMAIL PROTECTED]> wrote:
To be compatible with old shells you should be careful when test(1)ing
a potentially unset or empty variable; i.e. use `test x$var != x'
instead of `test $var'.

Wouldn't `test "$var"' work as well?

Greetings, Sander.

Reply via email to