Daniel Baumann wrote:
export FOO='bar' needs to be
FOO='bar'
export FOO
doing the export on the same line is not part of poxis and only
supported by some shells (dash, bash etc.).
Right. I was looking for bash/dash compatibility and not POSIX in
general. Thanks for pointing this out.
i'm looking for a cleaner way.
Great, I'm looking forward to see your fix (this is just a workaround),
so we can package in sync again. Thanks.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]