cryptop.list: Search the requested user's keys only; sort the output.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 28 Dec 2011 23:43:57 +0000 (23:43 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 7 Jan 2012 16:12:41 +0000 (16:12 +0000)
cryptop.list

index 54380cc..538b623 100755 (executable)
@@ -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