diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-11-18 17:40:08 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-11-18 17:40:08 -0200 |
commit | 1b1b13f1269a8218b72cd7dc6931d8fd82792057 (patch) | |
tree | 131011f94068ee9492eb9a5275d64bb019816bb9 /share | |
parent | a908a9b46ad83bbbbe9f3a742d1bb4dd59305182 (diff) | |
download | keyringer-1b1b13f1269a8218b72cd7dc6931d8fd82792057.tar.gz keyringer-1b1b13f1269a8218b72cd7dc6931d8fd82792057.tar.bz2 |
Initial recipients check support
Diffstat (limited to 'share')
-rwxr-xr-x | share/keyringer/recipients | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/keyringer/recipients b/share/keyringer/recipients index c9dbdbb..2fe2ddf 100755 --- a/share/keyringer/recipients +++ b/share/keyringer/recipients @@ -14,6 +14,7 @@ if [ "$COMMAND" == "ls" ]; then cat "$RECIPIENTS" elif [ "$COMMAND" == "edit" ]; then "$EDITOR" "$RECIPIENTS" + keyringer_check_recipients else printf "%s: No such command %s\n" "$BASENAME" "$COMMAND" exit 1 |