mirror of
https://github.com/golang/go
synced 2024-11-21 17:34:40 -07:00
build: fix buildscript breakage after all.bash
Fix from Russ. Tested that multiple builds in a row work again. R=rsc, rsc CC=golang-dev https://golang.org/cl/5599047
This commit is contained in:
parent
eb53d472ef
commit
260db6ea5a
@ -35,6 +35,8 @@ set -e
|
||||
s/\$WORK/"$WORK"/g
|
||||
s;"\$GOBIN"/go;&_bootstrap;g
|
||||
s;\\;/;g
|
||||
s/go_bootstrap-tool/go-tool/g
|
||||
s;"\$GOBIN"/go-tool;"$GOROOT"/bin/go-tool;g
|
||||
'
|
||||
)>$targ
|
||||
chmod +x $targ
|
||||
|
Loading…
Reference in New Issue
Block a user