summaryrefslogtreecommitdiff
path: root/src/run.bat
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-02-13 22:56:42 -0500
committerRuss Cox <rsc@golang.org>2012-02-13 22:56:42 -0500
commitf0a76239c13a611ee3f12bc6f751a08af2ef8d4e (patch)
tree20e83a6c504777e5872fd270650765d4c0608bb3 /src/run.bat
parentfac326f3998e8145534dbac8f586740d7a4eb4de (diff)
downloadgo-f0a76239c13a611ee3f12bc6f751a08af2ef8d4e.tar.gz
build: fix windows build
TBR=golang-dev CC=golang-dev http://codereview.appspot.com/5656051
Diffstat (limited to 'src/run.bat')
-rw-r--r--src/run.bat7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/run.bat b/src/run.bat
index 89ed10d7a..3fb118341 100644
--- a/src/run.bat
+++ b/src/run.bat
@@ -3,14 +3,8 @@
:: license that can be found in the LICENSE file.
@echo off
-set GOOLDPATH=%PATH%
set GOBUILDFAIL=0
-..\bin\tool\dist env -wp >env.bat
-if errorlevel 1 goto fail
-call env.bat
-del env.bat
-
rem TODO avoid rebuild if possible
if x%1==x--no-rebuild goto norebuild
@@ -44,4 +38,3 @@ goto end
set GOBUILDFAIL=1
:end
-set PATH=%GOOLDPATH%