From: Mark Wooding Date: Sun, 25 Dec 2011 23:47:22 +0000 (+0000) Subject: cryptop.public: Don't check an ACL. X-Git-Tag: 0.99.1~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-keys/commitdiff_plain/cc9695851772f5130854519f0936ea9b282ff23f?hp=5cff41ea66c1dd4e60bd255b0f68d7d1f8d22383 cryptop.public: Don't check an ACL. It's not worthwhile: public keys will be clearly visible in an archive copy. --- diff --git a/cryptop.public b/cryptop.public index a0054e9..27fde4b 100755 --- a/cryptop.public +++ b/cryptop.public @@ -36,7 +36,7 @@ case $# in 1) ;; *) usage_err ;; esac key=$1 mktmp -prepare "$key" info +prepare "$key" - if [ -f $kdir/pub ]; then cat $kdir/pub else