From: Alex Brainman Date: Mon, 30 Jan 2012 22:42:33 +0000 (+1100) Subject: buildscript.sh: now works correctly on windows X-Git-Tag: weekly.2012-02-07~207 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=be7a04944ea9eeb7ffd5458d26a83c1693df657c;p=gostls13.git buildscript.sh: now works correctly on windows R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5569092 --- 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 '