diff options
| author | Jack Nagel | 2013-02-02 11:23:55 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-02-02 11:23:55 -0600 |
| commit | 60984fa58e22a6a8a17523b6c9f843a098025d51 (patch) | |
| tree | db3c82bb58ed6532052b7dcde370c377da611f31 /Library | |
| parent | 15d74ebc4c1c4df8553f4bfc1d4c7c34cffecda6 (diff) | |
| download | homebrew-60984fa58e22a6a8a17523b6c9f843a098025d51.tar.bz2 | |
Fix args to ruby method
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 82410d3e8..29b9f9daa 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -297,7 +297,7 @@ class Formula system "#{ruby_bin}/rake", *args end - def ruby + def ruby *args system "#{ruby_bin}/ruby", *args end |
