mirror of
https://github.com/golang/go
synced 2024-11-22 03:24:41 -07:00
buildscript.sh: now works correctly on windows
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5569092
This commit is contained in:
parent
590f948b64
commit
be7a04944e
@ -33,8 +33,8 @@ set -e
|
|||||||
s/\$GOBIN/"$GOBIN"/g
|
s/\$GOBIN/"$GOBIN"/g
|
||||||
s/\$GOROOT/"$GOROOT"/g
|
s/\$GOROOT/"$GOROOT"/g
|
||||||
s/\$WORK/"$WORK"/g
|
s/\$WORK/"$WORK"/g
|
||||||
s;"\$GOBIN"/go;&_bootstrap;g
|
|
||||||
s;\\;/;g
|
s;\\;/;g
|
||||||
|
s;"\$GOBIN"/go;&_bootstrap;g
|
||||||
s/go_bootstrap-tool/go-tool/g
|
s/go_bootstrap-tool/go-tool/g
|
||||||
s;"\$GOBIN"/go-tool;"$GOROOT"/bin/go-tool;g
|
s;"\$GOBIN"/go-tool;"$GOROOT"/bin/go-tool;g
|
||||||
'
|
'
|
||||||
|
Loading…
Reference in New Issue
Block a user