Skip to content
Snippets Groups Projects
Commit 030c3a50 authored by Josh Hagins's avatar Josh Hagins Committed by GitHub
Browse files

Merge pull request #1375 from zmwangx/fix-bottle-nonexistent-pyc-bug

bottle: fix nonexistent pyc bug
parents a4f654fd dd527bfc
No related branches found
No related tags found
No related merge requests found
......@@ -190,12 +190,12 @@ module Homebrew
changed_files = nil
begin
keg.delete_pyc_files!
unless ARGV.include? "--skip-relocation"
changed_files = keg.replace_locations_with_placeholders
end
keg.delete_pyc_files!
Tab.clear_cache
tab = Tab.for_keg(keg)
original_tab = tab.dup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment