From: Mark Wooding Date: Mon, 5 Aug 2013 21:00:12 +0000 (+0100) Subject: cryptop.list: List other users' keys correctly. X-Git-Tag: 0.99.4~1 X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-keys/commitdiff_plain/2c973cfde3da8b47b7da19a35498170250d35ba7 cryptop.list: List other users' keys correctly. --- diff --git a/cryptop.list b/cryptop.list index 96f9a65..abb51af 100755 --- a/cryptop.list +++ b/cryptop.list @@ -85,7 +85,7 @@ col_label () { label=$1 case $all,$label in - nil,$USERV_USER/*) plabel=${label#*/} ;; + nil,"$user"/*) plabel=${label#*/} ;; t,*) plabel=${label%%/*}:${label#*/} ;; esac echo "$plabel"