>>>>> "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]
In response to
pgsql-hackers by date
| Next: | From: Bruce Momjian | Date: 2001-10-01 15:29:13 |
| Subject: Re: developer's faq |
| Previous: | From: Ross J. Reedstrom | Date: 2001-10-01 15:02:15 |
| Subject: Re: [HACKERS] [BUGS] PostgreSQL / PHP Overrun Error |