From 9a82324fb753cfe2e6902ac6835973237829c941 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 13 Sep 2012 12:39:25 -0700 Subject: [PATCH] build: print go banner before restoring windows PATH R=golang-dev, r CC=golang-dev https://golang.org/cl/6492117 --- src/all.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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% -- 2.48.1