aboutsummaryrefslogtreecommitdiff
path: root/share/keyringer/recipients
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-09-18 12:14:19 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-09-18 12:14:19 -0300
commit8d8ceaebb92cb5036c81cc39f711ce72bb942a8d (patch)
tree6e290ea25ed45d95a9d0be3a8b6602563f2582e7 /share/keyringer/recipients
parentb5269ea9c2c88f6e12688280dd0dd92eb99716f3 (diff)
downloadkeyringer-8d8ceaebb92cb5036c81cc39f711ce72bb942a8d.tar.gz
keyringer-8d8ceaebb92cb5036c81cc39f711ce72bb942a8d.tar.bz2
Testing $RECIPIENT existence at keyringer_set_env
Diffstat (limited to 'share/keyringer/recipients')
-rwxr-xr-xshare/keyringer/recipients3
1 files changed, 0 insertions, 3 deletions
diff --git a/share/keyringer/recipients b/share/keyringer/recipients
index 7048211..3410b3d 100755
--- a/share/keyringer/recipients
+++ b/share/keyringer/recipients
@@ -14,9 +14,6 @@ COMMAND="$2"
if [ -z "$COMMAND" ]; then
echo "Usage: keyringer <keyring> `basename $0` <command> [arguments]"
exit 1
-elif [ ! -f "$RECIPIENTS" ]; then
- echo "No recipient config was found"
- exit 1
fi
if [ "$COMMAND" == "ls" ]; then