From 60da7033f7b86ccfeb00262ba1280fd17a542dad Mon Sep 17 00:00:00 2001 From: Mike Makonnen Date: Fri, 20 Jun 2003 16:52:06 +0000 Subject: Don't forget the -r on the second password prompt. PR: bin/53550 --- adduser/adduser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'adduser/adduser.sh') diff --git a/adduser/adduser.sh b/adduser/adduser.sh index 6d1e469..096e537 100644 --- a/adduser/adduser.sh +++ b/adduser/adduser.sh @@ -638,7 +638,7 @@ input_interactive() { read -r upass echo'' echo -n "Enter password again: " - read _passconfirm + read -r _passconfirm echo '' stty echo # if user entered a blank password -- cgit v1.2.3-56-ge451