summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2003-06-20 16:52:06 +0000
committermtm <mtm@FreeBSD.org>2003-06-20 16:52:06 +0000
commite025e518dc438322a95cff2acbeee013a4a325e9 (patch)
tree375cffcb05a2d8e5c46696f3d3e35c698ed0f2c2 /usr.sbin/adduser
parent181d2a900aedbec1de683687a32362280ae5e252 (diff)
downloadFreeBSD-src-e025e518dc438322a95cff2acbeee013a4a325e9.zip
FreeBSD-src-e025e518dc438322a95cff2acbeee013a4a325e9.tar.gz
Don't forget the -r on the second password prompt.
PR: bin/53550
Diffstat (limited to 'usr.sbin/adduser')
-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 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
OpenPOWER on IntegriCloud