From 430cfbb55729192dc579f333362b490448222ca6 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Sat, 19 Dec 2015 18:40:48 +0800 Subject: readall: allow interrupt --- Library/Homebrew/cmd/readall.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Homebrew') 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 -- cgit v1.2.3