build: fix typo

This commit is contained in:
Xu Cheng 2015-04-13 17:53:02 +08:00
parent 3cc24528bf
commit c952fda202

View File

@ -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 }