aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Makonnen <mtm@FreeBSD.org>2003-06-20 16:52:06 +0000
committerMike Makonnen <mtm@FreeBSD.org>2003-06-20 16:52:06 +0000
commitb0c151b8509c017857d721cf39be47fa7e502b5c (patch)
tree375cffcb05a2d8e5c46696f3d3e35c698ed0f2c2
parentec3e98b8de241d970cf3231b598e8483fc0c7c1b (diff)
downloadsrc-b0c151b8509c017857d721cf39be47fa7e502b5c.tar.gz
src-b0c151b8509c017857d721cf39be47fa7e502b5c.zip
Don't forget the -r on the second password prompt.
PR: bin/53550
Notes
Notes: svn path=/head/; revision=116623
-rw-r--r--usr.sbin/adduser/adduser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/adduser/adduser.sh b/usr.sbin/adduser/adduser.sh
index 6d1e469a8c4f..096e537bb171 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