Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
brew-cleanup: don't whine about permission denied.
Browse files Browse the repository at this point in the history
Closes #14359.
  • Loading branch information
MikeMcQuaid committed Jan 26, 2013
1 parent 7483285 commit f40b309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/cmd/cleanup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def clean_cache
end

def rm_DS_Store
system "find #{HOMEBREW_PREFIX} -name .DS_Store -delete"
system "find #{HOMEBREW_PREFIX} -name .DS_Store -delete 2>/dev/null"
end

end
Expand Down

0 comments on commit f40b309

Please sign in to comment.