]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1] build: print go banner before restoring windows PATH
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 21 Sep 2012 19:55:11 +0000 (05:55 +1000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 21 Sep 2012 19:55:11 +0000 (05:55 +1000)
««« 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

index 8edfd7f43e464ca0eda06234829bef795da8c9b6..386867947afe4657aa4b48a67d6e5c32b03cd6a5 100644 (file)
@@ -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%