Commit 4ebad105 authored by neilpang's avatar neilpang
Browse files

fix format

parent 0b04a7f1
...@@ -4931,7 +4931,7 @@ __read_password() { ...@@ -4931,7 +4931,7 @@ __read_password() {
prompt="Enter Password:" prompt="Enter Password:"
while IFS= read -p "$prompt" -r -s -n 1 char; do while IFS= read -p "$prompt" -r -s -n 1 char; do
if [ "$char" = $'\0' ]; then if [ "$char" = $'\0' ]; then
break break
fi fi
prompt='*' prompt='*'
_pp="$_pp$char" _pp="$_pp$char"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment