It is more convenient to review old libraries, files, and directories in order.
Sort check-* after checking for existence of files for efficiency, and because /usr/lib/debug entries are added while iterating over the list.
Differential D17649
sort {delete,check}-old* emaste on Oct 22 2018, 6:44 PM. Authored by Tags None Referenced Files
Subscribers None
Details
It is more convenient to review old libraries, files, and directories in order. Sort check-* after checking for existence of files for efficiency, and because /usr/lib/debug entries are added while iterating over the list.
Diff Detail
Event TimelineComment Actions This seems fine. As an aside: this code is appallingly slow and needs to be replaced with something that doesn't require 8+ execs per file that might exist. |