Skip to content

Commit

Permalink
do not install jruby-launcher second time, fix #1011
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Jul 18, 2012
1 parent e8f3417 commit fbc9208
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion gemsets/jruby/global.gems
@@ -1,6 +1,6 @@
rake
jruby-openssl
jruby-launcher
bundler
rubygems-bundler
rake
rvm
5 changes: 0 additions & 5 deletions scripts/functions/manage/jruby
Expand Up @@ -114,9 +114,4 @@ jruby_install()
rvm_log "Copying across included gems"
cp -R "$rvm_ruby_home/lib/ruby/gems/1.8/" "$rvm_ruby_gem_home/"
fi

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

0 comments on commit fbc9208

Please sign in to comment.