aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-12-09 19:38:20 -0600
committerJack Nagel2013-12-09 19:38:20 -0600
commit1bde550346903c07680974264616f098f7b0c7f8 (patch)
tree371d3bd04293125fa3a14f383ba4a3984a34b934 /Library
parent5121b2f5099c56ca3f86fa4c6bf5b7602ca4eb3e (diff)
downloadhomebrew-1bde550346903c07680974264616f098f7b0c7f8.tar.bz2
bottle: re-raise interrupt after cleanup
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/bottle.rb1
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,