aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2016-09-05 14:45:35 +1000
committerMisty De Meo2016-09-05 14:45:35 +1000
commitb2ac693d4742e0d345ddb2dc3ac7b7bea07eb08e (patch)
treee4ed530ed8451093b5d68615f6474c172e3e1991 /Library
parente40d70c761ac76d40b2fcf42a541e2869374e9c1 (diff)
downloadbrew-b2ac693d4742e0d345ddb2dc3ac7b7bea07eb08e.tar.bz2
Formula: include Utils::Shell
Diffstat (limited to 'Library')
-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 9e7bd21ca..7e25fedd1 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -3,6 +3,7 @@ require "formula_lock"
require "formula_pin"
require "hardware"
require "utils/bottles"
+require "utils/shell"
require "build_environment"
require "build_options"
require "formulary"
@@ -41,6 +42,7 @@ require "migrator"
class Formula
include FileUtils
include Utils::Inreplace
+ include Utils::Shell
extend Enumerable
# @!method inreplace(paths, before = nil, after = nil)