From e025e518dc438322a95cff2acbeee013a4a325e9 Mon Sep 17 00:00:00 2001 From: mtm Date: Fri, 20 Jun 2003 16:52:06 +0000 Subject: Don't forget the -r on the second password prompt. PR: bin/53550 --- usr.sbin/adduser/adduser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/adduser') diff --git a/usr.sbin/adduser/adduser.sh b/usr.sbin/adduser/adduser.sh index 6d1e469..096e537 100644 --- a/usr.sbin/adduser/adduser.sh +++ b/usr.sbin/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.1