tags 400766 + pending
thanks

On Tuesday 28 November 2006 20:52, Joey Hess wrote:
> +                     if ! test "$RET" || [ "$RET" = "!" ]; then
This needs to be:
  +                     if ! test "$RET" || [ "x$RET" = "x!" ]; then

Reason is that ! has special meaning in shell. Tried escaping it, but that 
did not work. This is the only syntax with which I could make it work.

Committed.

Attachment: pgpGEdyMb9PaU.pgp
Description: PGP signature

Reply via email to