diff options
author | rhatto <rhatto> | 2006-10-09 16:22:26 +0000 |
---|---|---|
committer | rhatto <rhatto> | 2006-10-09 16:22:26 +0000 |
commit | 5b1cf4665213bb52d3cff3bd8ad32d1346228110 (patch) | |
tree | 6bbde81599ddfa595785891d4642ab9669112b90 | |
parent | e577c4ae2870618788936b4120aab68b0eef73ee (diff) | |
download | firma-5b1cf4665213bb52d3cff3bd8ad32d1346228110.tar.gz firma-5b1cf4665213bb52d3cff3bd8ad32d1346228110.tar.bz2 |
added subscribe and send keys functions
-rwxr-xr-x | firma | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |