Don't forget the -r on the second password prompt.

PR: bin/53550
This commit is contained in:
mtm 2003-06-20 16:52:06 +00:00
parent 595e66393f
commit 09d2651812

View File

@ -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