diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 49320a673..9554c424c 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -574,6 +574,9 @@ class Formula protected + def install + end + # Pretty titles the command and buffers stdout/stderr # Throws if there's an error def system cmd, *args |
