Sort the results of findleaves.
Hopefully this will fix the seemingly random build breakages.
This commit is contained in:
parent
dc1a728fb8
commit
d36e945e1a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue