Merge pull request #941 from buckett/jruby-dev

Correctly set RUBYLIB for JRuby.
This commit is contained in:
Jordan Sissel 2014-01-28 10:09:44 -08:00
commit f1183164ce

1
bin/logstash.lib.sh Normal file → Executable file
View file

@ -54,6 +54,7 @@ setup_java() {
export JAVACMD
export JAVA_OPTS
export RUBYLIB="$basedir/lib"
export GEM_HOME="$basedir/vendor/bundle/jruby/1.9"
}