[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#400766: user-setup: using (go back) leads to a system without root-password and without sudo



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: pgp8CxtoScuQv.pgp
Description: PGP signature


Reply to: