OSDN Git Service

Sort the results of findleaves.
authorJoe Onorato <joeo@android.com>
Thu, 6 Aug 2009 23:05:02 +0000 (16:05 -0700)
committerJoe Onorato <joeo@android.com>
Thu, 6 Aug 2009 23:05:02 +0000 (16:05 -0700)
Hopefully this will fix the seemingly random build breakages.

tools/findleaves.py

index 0cda23c..77d6795 100755 (executable)
@@ -90,6 +90,7 @@ def main(argv):
   dirlist = argv[i:-1]
   filename = argv[-1]
   results = perform_find(mindepth, prune, dirlist, filename)
+  results.sort()
   for r in results:
     print r