aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/all.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/all.bat b/src/all.bat
index 8edfd7f43e..386867947a 100644
--- a/src/all.bat
+++ b/src/all.bat
@@ -16,8 +16,8 @@ call make.bat --no-banner --no-local
if %GOBUILDFAIL%==1 goto end
call run.bat --no-rebuild --no-local
if %GOBUILDFAIL%==1 goto end
-set PATH=%OLDPATH%
go tool dist banner
+set PATH=%OLDPATH%
:end
if x%GOBUILDEXIT%==x1 exit %GOBUILDFAIL%