From 9d99f308e39d12beac0d26c80463bfb6ec474cae Mon Sep 17 00:00:00 2001 From: "stormdragon2976@gmail.com" Date: Wed, 8 Aug 2018 11:07:44 -0400 Subject: [PATCH] Fixed missing paren from gettexting. --- fleacollar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fleacollar.sh b/fleacollar.sh index e8aae78..ae0e38a 100755 --- a/fleacollar.sh +++ b/fleacollar.sh @@ -207,7 +207,7 @@ add_email_address() fi fi 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 exit 0 else