diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index c6dca8c67a..2a6a25288b 100644 --- a/Library/Homebrew/tap.rb +++ b/Library/Homebrew/tap.rb @@ -271,7 +271,7 @@ class Tap raise "Cannot tap #{name}: invalid syntax in tap!" end end - rescue Interrupt, ErrorDuringExecution, RuntimeError + rescue Interrupt, RuntimeError ignore_interrupts do # wait for git to possibly cleanup the top directory when interrupt happens. sleep 0.1