Timshel Knoll <[EMAIL PROTECTED]> writes:

> I discovered a couple of bash-isms in the lsh-authorize script.
> lsh-authorize uses &> redirects which aren't supported in the POSIX
> standard, AFAICT (ash doesn't support these redirects). The correct way
> to do it is to use >/dev/null 2>&1 redirects.

Thanks for the report. I've checked in a fixed version now.

I stared at the code a while, some week ago, before I wrote the
comment about it not working with Solaris' /bin/sh. But I didn't
notice the &> constructs. Actually, I think that syntax originates in
csh, and has been adopted by bash later.

Regards,
/Niels

Reply via email to