diff options
| author | Xu Cheng | 2015-04-13 17:53:02 +0800 |
|---|---|---|
| committer | Xu Cheng | 2015-04-15 19:51:54 +0800 |
| commit | 9f0ac075c21f31206a81fcf90b915ea41f69d61a (patch) | |
| tree | 548bf91f7dfc6cdc19451e5d93d7965b9033838b | |
| parent | 28d83a8c8c74a86d4b2656cfd65efc957224c5fd (diff) | |
| download | homebrew-9f0ac075c21f31206a81fcf90b915ea41f69d61a.tar.bz2 | |
build: fix typo
| -rw-r--r-- | Library/Homebrew/build.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
