Sort the results of findleaves.
Hopefully this will fix the seemingly random build breakages.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user