fix format

This commit is contained in:
neilpang 2019-03-13 21:11:59 +08:00
parent 0b04a7f17f
commit 4ebad10557
1 changed files with 1 additions and 1 deletions

View File

@ -4931,7 +4931,7 @@ __read_password() {
prompt="Enter Password:"
while IFS= read -p "$prompt" -r -s -n 1 char; do
if [ "$char" = $'\0' ]; then
break
break
fi
prompt='*'
_pp="$_pp$char"