summaryrefslogtreecommitdiffstats
path: root/adduser
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
commit37b02db3ddeee42c65be92c9365145fff3d34857 (patch)
treed384c1b1a9364fa443ad4cb4f039814fc10b67a7 /adduser
parent56890df74d5b2cc08464f0be20d931a58263f3c9 (diff)
downloadpw-darwin-37b02db3ddeee42c65be92c9365145fff3d34857.tar.gz
pw-darwin-37b02db3ddeee42c65be92c9365145fff3d34857.tar.zst
pw-darwin-37b02db3ddeee42c65be92c9365145fff3d34857.zip
Don't forget the -r on the second password prompt.
PR: bin/53550
Diffstat (limited to 'adduser')
-rw-r--r--adduser/adduser.sh2
1 files changed, 1 insertions, 1 deletions
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