buildscript.sh: now works correctly on windows

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5569092
This commit is contained in:
Alex Brainman 2012-01-31 09:42:33 +11:00
parent 590f948b64
commit be7a04944e

View File

@ -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
'