fix comment

This commit is contained in:
Adam Vandenberg 2014-07-19 23:27:58 -07:00
parent 86b3090d4d
commit b0138e447d

View File

@ -64,7 +64,9 @@ class Cleaner
end
end
# Clean a single folder (non-recursively)
# Clean a top-level (bin, sbin, lib) directory, recursively, by fixing file
# permissions and removing .la files, unless the files (or parent
# directories) are protected by skip_clean.
def clean_dir d
d.find do |path|
path.extend(ObserverPathnameExtension)