mirror of https://github.com/apache/cassandra
Return %ERRORLEVEL% in nodetool.bat
Patch by jmckenzie; reviewed by pthompson for CASSANDRA-10078
This commit is contained in:
parent
3aa7308e8f
commit
58bee04ccb
|
|
@ -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%
|
||||
|
|
|
|||
Loading…
Reference in New Issue