Skip to content

Commit

Permalink
ruby: fix for --with-suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Dec 24, 2014
1 parent 05c281c commit faa8004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/ruby.rb
Expand Up @@ -143,7 +143,7 @@ def self.default_bindir
end
def self.ruby
"#{opt_bin}/ruby"
"#{opt_bin}/ruby#{"21" if build.with? "suffix"}"
end
end
EOS
Expand Down

0 comments on commit faa8004

Please sign in to comment.