mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Windows Build Environment: Added missing target "error" to git-log.bat
This commit is contained in:
parent
180b7d3703
commit
40adcd2db1
@ -88,6 +88,10 @@ echo %RsRef%>"%RsLastRefFile%"
|
||||
|
||||
exit /B %ERRORLEVEL%
|
||||
|
||||
:error
|
||||
%cecho% error "\n%~n0 failed\n"
|
||||
exit /B 1
|
||||
|
||||
:error_env
|
||||
echo Failed to initialize environment.
|
||||
endlocal
|
||||
|
Loading…
Reference in New Issue
Block a user