cryptop.list: Search the requested user's keys only; sort the output.
[distorted-keys] / 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