From c952fda20230db91aae369423475757a0fc8db71 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Mon, 13 Apr 2015 17:53:02 +0800 Subject: build: fix typo --- Library/Homebrew/build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb index fd0fc05b1..b69055e1e 100644 --- a/Library/Homebrew/build.rb +++ b/Library/Homebrew/build.rb @@ -1,5 +1,5 @@ # This script is loaded by formula_installer as a separate instance. -# Thrown exceptions are propogated back to the parent process over a pipe +# Thrown exceptions are propagated back to the parent process over a pipe old_trap = trap("INT") { exit! 130 } -- cgit v1.2.3