removed unreachable code (#5215)

This commit is contained in:
Bernd 2017-05-19 20:32:24 +02:00 committed by Suyog Rao
parent cfecf81091
commit ec87eb7642

View file

@ -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.