Fixed missing paren from gettexting.
This commit is contained in:
@ -207,7 +207,7 @@ add_email_address()
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ -f "$muttHome/$emailAddress" ]; then
|
if [ -f "$muttHome/$emailAddress" ]; then
|
||||||
read -p "$gettext "This email address already exists. Overwrite the existing settings? (y/n) ")" continue
|
read -p "$(gettext "This email address already exists. Overwrite the existing settings? (y/n) ")" continue
|
||||||
if [ "${continue^}" != "Y" ]; then
|
if [ "${continue^}" != "Y" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user