jruby-launcher icon indicating copy to clipboard operation
jruby-launcher copied to clipboard

Install binary as bin/ruby as well as bin/jruby

Open headius opened this issue 5 years ago • 1 comments

Most Ruby scripts that use a shebang will want ruby to be the command name, but even after installing jruby-launcher our bin/ruby is still a bash script. We should make bin/ruby also point at the executable, either by copying or linking.

headius avatar Apr 24 '20 19:04 headius

Note this also applies to JRuby on Windows; the binary executable should be used for both bin/jruby and bin/ruby.

headius avatar Apr 24 '20 19:04 headius