1
0
mirror of https://github.com/golang/go synced 2024-11-21 23:44:39 -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:
Brad Fitzpatrick 2012-01-30 12:08:35 -08:00
parent eb53d472ef
commit 260db6ea5a

View File

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