Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'hotfix/force_18_on_jruby-launcher'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Feb 16, 2012
2 parents 6cf92d2 + 3a5c4d6 commit 54bacc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/functions/manage/jruby
Expand Up @@ -107,5 +107,8 @@ jruby_install()
cp -R "$rvm_ruby_home/lib/ruby/gems/1.8/" "$rvm_ruby_gem_home/"
fi

"$rvm_ruby_home/bin/gem" install jruby-launcher
(
export JRUBY_OPTS="--1.8"
"$rvm_ruby_home/bin/gem" install jruby-launcher
)
}

0 comments on commit 54bacc7

Please sign in to comment.