aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
authorMax Howell2009-07-31 02:57:08 +0100
committerMax Howell2009-07-31 04:59:08 +0100
commit5fd7fd0578fd73b5a77574dcbf2ff755dc49ff79 (patch)
tree8bdc8a7d7520dfc502f6a3afded7f927e49af3d5 /Library/Homebrew/formula.rb
parenta39e0d20c3f29be1b1447592b3fc9909a525ecf4 (diff)
downloadbrew-5fd7fd0578fd73b5a77574dcbf2ff755dc49ff79.tar.bz2
A basis for full test coverage
Diffstat (limited to 'Library/Homebrew/formula.rb')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 8fb0bcb60..a672d57f7 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -15,6 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with Homebrew. If not, see <http://www.gnu.org/licenses/>.
+require 'utils'
+
class BuildError <RuntimeError
def initialize cmd
super "Build failed during: #{cmd}"