mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Merge pull request #941 from buckett/jruby-dev
Correctly set RUBYLIB for JRuby.
This commit is contained in:
commit
f1183164ce
1 changed files with 1 additions and 0 deletions
1
bin/logstash.lib.sh
Normal file → Executable file
1
bin/logstash.lib.sh
Normal file → Executable 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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue