diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb index c0a16a9bc..e8bd7fe06 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -143,7 +143,7 @@ class Ruby < Formula end def self.ruby - "#{opt_bin}/ruby" + "#{opt_bin}/ruby#{"21" if build.with? "suffix"}" end end EOS |
