aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/formula.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index f3a8cbfbd..463bd8d9d 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -576,11 +576,11 @@ class Formula
HOMEBREW_LIBRARY.join("Homebrew", "test", "fixtures", file)
end
- protected
-
def install
end
+ protected
+
# Pretty titles the command and buffers stdout/stderr
# Throws if there's an error
def system cmd, *args