From fc8f4af6b908808ea91d05cc4bff46343d94e030 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sat, 22 Sep 2012 05:55:11 +1000 Subject: [release-branch.go1] build: print go banner before restoring windows PATH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ««« backport 452fc24c7ed3 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% -- cgit v1.2.3-54-g00ecf