Style fix.

This commit is contained in:
drduh 2015-08-07 14:24:08 -04:00
parent 8769ec11ca
commit 3761aa9645
1 changed files with 2 additions and 2 deletions

2
pwd.sh
View File

@ -161,7 +161,7 @@ create_username () {
if [[ "${rand_pass}" =~ ^([nN][oO]|[nN])$ ]]; then
get_pass "
Enter password for \"${username}\": " ; echo
userpass=$password
userpass=${password}
else
userpass=$(gen_pass "$@")
if [[ -z "${4+x}" || ! "${4}" =~ ^([qQ])$ ]] ; then