]> Cypherpunks repositories - gostls13.git/commitdiff
build: print go banner before restoring windows PATH
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 13 Sep 2012 19:39:25 +0000 (12:39 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 13 Sep 2012 19:39:25 +0000 (12:39 -0700)
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%