On 02/02 03:18, Stuart Henderson wrote:
> Currently jruby.sh is not installed. The binary ${WRKBUILD}/bin/jruby is
> installed to /usr/local/bin/jruby.
> 
> Perhaps bin/jruby.sh should be installed to /usr/local/bin/jruby, and
> bin/jruby installed to /usr/local/jruby/bin/jruby (plus whatever patches
> are needed to use it). Should use INSTALL_PROGRAM for bin/jruby, not
> INSTALL_SCRIPT, too.

The reason we use a binary and not a shell script for
/usr/local/bin/jruby is that it can be used in shebang lines, and I
believe we don't support nested interpreters in shebang lines.

Reply via email to