From be7a04944ea9eeb7ffd5458d26a83c1693df657c Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Tue, 31 Jan 2012 09:42:33 +1100 Subject: [PATCH] buildscript.sh: now works correctly on windows R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5569092 --- src/buildscript.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buildscript.sh b/src/buildscript.sh index 905077c99a..c95ce78c2c 100755 --- a/src/buildscript.sh +++ b/src/buildscript.sh @@ -33,8 +33,8 @@ set -e s/\$GOBIN/"$GOBIN"/g s/\$GOROOT/"$GOROOT"/g s/\$WORK/"$WORK"/g - s;"\$GOBIN"/go;&_bootstrap;g s;\\;/;g + s;"\$GOBIN"/go;&_bootstrap;g s/go_bootstrap-tool/go-tool/g s;"\$GOBIN"/go-tool;"$GOROOT"/bin/go-tool;g '