2
0

Update MP_FULLNAME in mpw.bashrc.

This commit is contained in:
Maarten Billemont 2017-09-15 13:24:45 -04:00
parent d448099a2d
commit 70c784db83

View File

@ -17,8 +17,8 @@ mpw() {
:| _copy 2>/dev/null :| _copy 2>/dev/null
# Ask for the user's name and password if not yet known. # Ask for the user's name and password if not yet known.
MP_FULLNAME=${MP_FULLNAME:-$(ask 'Your Full Name:')} MPW_FULLNAME=${MPW_FULLNAME:-$(ask 'Your Full Name:')}
# Start Master Password and copy the output. # Start Master Password and copy the output.
printf %s "$(MP_FULLNAME=$MP_FULLNAME command mpw "$@")" | _copy printf %s "$(MPW_FULLNAME=$MPW_FULLNAME command mpw "$@")" | _copy
} }