mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
removed unreachable code (#5215)
This commit is contained in:
parent
cfecf81091
commit
ec87eb7642
1 changed files with 2 additions and 3 deletions
|
@ -72,15 +72,14 @@ REM setup_vendored_jruby()
|
|||
set JRUBY_BIN="%LS_HOME%\vendor\jruby\bin\jruby"
|
||||
if exist "%JRUBY_BIN%" (
|
||||
set VENDORED_JRUBY=1
|
||||
goto finally
|
||||
goto finally
|
||||
) else (
|
||||
goto missing_jruby
|
||||
goto missing_jruby
|
||||
)
|
||||
|
||||
:missing_java_home
|
||||
echo JAVA_HOME environment variable must be set!
|
||||
exit /b
|
||||
echo Done
|
||||
|
||||
:missing_jruby
|
||||
echo Unable to find JRuby.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue