>>>>> "Justin" == Justin Clift <[EMAIL PROTECTED]> 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] ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]