Sort the results of findleaves.

Hopefully this will fix the seemingly random build breakages.
This commit is contained in:
Joe Onorato 2009-08-06 16:05:02 -07:00
parent dc1a728fb8
commit d36e945e1a

View file

@ -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