aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cmd/readall.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/readall.rb b/Library/Homebrew/cmd/readall.rb
index 4d575195e..141523616 100644
--- a/Library/Homebrew/cmd/readall.rb
+++ b/Library/Homebrew/cmd/readall.rb
@@ -54,6 +54,8 @@ module Homebrew
formulae.each do |file|
begin
Formulary.factory(file)
+ rescue Interrupt
+ raise
rescue Exception => e
onoe "problem in #{file}"
puts e