From d8c2ee905e57705719d40cdf23e096119902e286 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 28 Dec 2011 23:43:57 +0000 Subject: [PATCH] cryptop.list: Search the requested user's keys only; sort the output. --- cryptop.list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptop.list b/cryptop.list index 54380cc..538b623 100755 --- a/cryptop.list +++ b/cryptop.list @@ -187,7 +187,7 @@ while :; do t) dir=store ;; nil) dir=store/$user ;; esac - metas=$(find store -type f -name meta) + metas=$(find $dir -type f -name meta | sort) ## Work through the keys we found. while :; do -- 2.11.0