mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Update JRuby auto-installer in bin/logstash to use JRuby 1.7.5
This commit is contained in:
parent
cbf2a9a692
commit
733b2bbdb6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ if [ "$?" -eq 0 -a -z "$USE_JRUBY" ] ; then
|
|||
setup
|
||||
else
|
||||
# No ruby found, fetch JRuby and run.
|
||||
jruby="$basedir/vendor/jar/jruby-complete-1.7.4.jar"
|
||||
jruby="$basedir/vendor/jar/jruby-complete-1.7.5.jar"
|
||||
[ ! -f "$jruby" ] && make -C $basedir build-jruby
|
||||
set -- java -jar "$jruby" "$program" "$@"
|
||||
setup jruby
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue