Return %ERRORLEVEL% in nodetool.bat

Patch by jmckenzie; reviewed by pthompson for CASSANDRA-10078
This commit is contained in:
Joshua McKenzie 2015-08-14 15:22:50 -04:00
parent 3aa7308e8f
commit 58bee04ccb
1 changed files with 2 additions and 2 deletions

View File

@ -35,5 +35,5 @@ echo The JAVA_HOME environment variable must be set to run this program!
pause
:finally
ENDLOCAL
ENDLOCAL & set RC=%ERRORLEVEL%
exit /B %RC%