From 70c784db83b8d6bd3783b7989f4ce4222df1977e Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Fri, 15 Sep 2017 13:24:45 -0400 Subject: [PATCH] Update MP_FULLNAME in mpw.bashrc. --- platform-independent/cli-c/mpw.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-independent/cli-c/mpw.bashrc b/platform-independent/cli-c/mpw.bashrc index a03c4c7c..fe657707 100644 --- a/platform-independent/cli-c/mpw.bashrc +++ b/platform-independent/cli-c/mpw.bashrc @@ -17,8 +17,8 @@ mpw() { :| _copy 2>/dev/null # 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. - printf %s "$(MP_FULLNAME=$MP_FULLNAME command mpw "$@")" | _copy + printf %s "$(MPW_FULLNAME=$MPW_FULLNAME command mpw "$@")" | _copy }