aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-23 17:41:32 -0800
committerAdam Vandenberg2014-02-25 20:24:34 -0800
commit0bdce89d65dfe39abb851090b1224f1a810ea277 (patch)
tree5cadc5cb949758a801e49e5e21dd5f19e28b8ce4 /Library
parent3a4a529453c49572be1e0738cb4e9fd8efa75581 (diff)
downloadbrew-0bdce89d65dfe39abb851090b1224f1a810ea277.tar.bz2
fix incorrect comment
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cleaner.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/cleaner.rb b/Library/Homebrew/cleaner.rb
index 3fa3bb6f6..4d38b6b5e 100644
--- a/Library/Homebrew/cleaner.rb
+++ b/Library/Homebrew/cleaner.rb
@@ -74,7 +74,8 @@ class Cleaner
path.chmod perms
end
- # Clean a single folder (non-recursively)
+ # Removes .la files and fixes file permissions for a directory tree, keeping
+ # existing files and permissions if instructed to by the formula
def clean_dir d
d.find do |path|
path.extend(ObserverPathnameExtension)