>>>>> "Justin" == Justin Clift <justin(at)postgresql(dot)org> writes:
Justin> if [ x"$foo" = x"" ]; then
Justin> or
Justin> if [ "$op" = "" ]; then
Justin> or
Justin> if [ "$foo" ]; then
I'm not the slightest bit a shell expert, but why not :-
if [ -z "$foo" ]; then
Is this POSIX/SUS2/whatever ?
Sincerely,
Adrian Phillips
--
Your mouse has moved.
Windows NT must be restarted for the change to take effect.
Reboot now? [OK]