From 32b4758191a89ed6c654f6a7df9c267d72893f27 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Thu, 16 Feb 2012 10:44:55 +1100 Subject: build: use setlocal in run.bat R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5672061 --- src/all.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/all.bat') diff --git a/src/all.bat b/src/all.bat index 980f937ef..e3b61c012 100644 --- a/src/all.bat +++ b/src/all.bat @@ -13,7 +13,7 @@ goto end call make.bat --no-banner --no-local if %GOBUILDFAIL%==1 goto end -call run.bat --no-rebuild +call run.bat --no-rebuild --no-local if %GOBUILDFAIL%==1 goto end go tool dist banner -- cgit v1.2.1