aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
Diffstat (limited to 'firma')
-rwxr-xr-xfirma2
1 files changed, 1 insertions, 1 deletions
diff --git a/firma b/firma
index 82169dc..4be8c03 100755
--- a/firma
+++ b/firma
@@ -1335,7 +1335,7 @@ function SendListPubkey {
if [ -z "$1" ]; then
echo >&2 "sendkey: missing argument: subscriber email address."
return 1
- elif ! CheckValidEmail $1
+ elif ! CheckValidEmail $1; then
echo >&2 "sendkey: \"$1\" is not an email address."
return 1
elif [[ -z "$($GPG_LIST_KEYS --fixed-list-mode "<$1>" 2> /dev/null | grep -v '^tru:')" ]]; then