From: Brad Fitzpatrick Date: Mon, 30 Jan 2012 20:08:35 +0000 (-0800) Subject: build: fix buildscript breakage after all.bash X-Git-Tag: weekly.2012-02-07~210 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=260db6ea5a3dbf12a95fd438704e01cae42e3f56;p=gostls13.git 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 --- diff --git a/src/buildscript.sh b/src/buildscript.sh index 1afdb69593..905077c99a 100755 --- a/src/buildscript.sh +++ b/src/buildscript.sh @@ -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