We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a4691 commit 7b3dc50Copy full SHA for 7b3dc50
share/ruby-build/jruby-1.6.3
@@ -5,8 +5,9 @@ after_install_package() {
5
6
shim_jruby() {
7
cd "${PREFIX_PATH}/bin"
8
- sed -i "" 's/^#!\/bin\/bash/#!\/usr\/bin\/env bash/' jruby
9
ln -fs jruby ruby
+ { ./ruby gem install jruby-launcher
10
+ } >&4 2>&1
11
}
12
13
remove_windows_files() {
share/ruby-build/jruby-1.6.4
0 commit comments