Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Am Samstag, 10. November 2007 schrieb Bruce Momjian:
>> Use strip -x on OS/X-darwin because non-"-x" causes link problems:
> How will this work, considering that $template isn't set anywhere?
It won't, of course. Perhaps something like
if test `uname -s` = Darwin
instead.
regards, tom lane