diff options
| author | Jack Nagel | 2013-12-09 19:38:20 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-12-09 19:38:20 -0600 |
| commit | 8f42185e18802be35419d61b550f53257b85818c (patch) | |
| tree | 444c0f42aa62117d5fbbf7d4d2773f54ba7a660b /Library | |
| parent | 4afd63357021865952ecfafc0061468bf4a0d407 (diff) | |
| download | brew-8f42185e18802be35419d61b550f53257b85818c.tar.bz2 | |
bottle: re-raise interrupt after cleanup
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/bottle.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb index c63dd21d1..c09ce2760 100644 --- a/Library/Homebrew/cmd/bottle.rb +++ b/Library/Homebrew/cmd/bottle.rb @@ -162,6 +162,7 @@ module Homebrew extend self relocatable = !keg_contains(HOMEBREW_CELLAR, keg) && relocatable rescue Interrupt ignore_interrupts { bottle_path.unlink if bottle_path.exist? } + raise ensure ignore_interrupts do keg.relocate_install_names Keg::PREFIX_PLACEHOLDER, prefix, |
