diff options
Diffstat (limited to 'Library/Homebrew/formula.rb')
| -rw-r--r-- | Library/Homebrew/formula.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 70f9af310..ee3235206 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -671,8 +671,8 @@ class Formula specs.each { |spec| spec.option(name, description) } end - def patch strip=:p1, io=nil, &block - specs.each { |spec| spec.patch(strip, io, &block) } + def patch strip=:p1, src=nil, &block + specs.each { |spec| spec.patch(strip, src, &block) } end def plist_options options |
