mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
jruby version to match what's in Makefile
`Makefile` calls for `jruby` version `1.7.4`, fixing `bin/logstash` to use the same version.
This commit is contained in:
parent
4b44f71e6e
commit
3b0e66ec58
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ if [ "$?" -eq 0 -a -z "$USE_JRUBY" ] ; then
|
|||
exec ruby "$basedir/lib/logstash/runner.rb" "$@"
|
||||
else
|
||||
# No ruby found, fetch JRuby and run.
|
||||
jruby="vendor/jar/jruby-complete-1.7.3.jar"
|
||||
jruby="vendor/jar/jruby-complete-1.7.4.jar"
|
||||
[ ! -f "$jruby" ] && make build-jruby
|
||||
exec java -jar "$jruby" "$basedir/lib/logstash/runner.rb" "$@"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue