]> Cypherpunks repositories - gostls13.git/commitdiff
build: fix buildscript breakage after all.bash
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 30 Jan 2012 20:08:35 +0000 (12:08 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 30 Jan 2012 20:08:35 +0000 (12:08 -0800)
Fix from Russ. Tested that multiple builds in a row
work again.

R=rsc, rsc
CC=golang-dev
https://golang.org/cl/5599047

src/buildscript.sh

index 1afdb69593d74740987f0cdcbd59f202120ca6a8..905077c99a9dd6ccc100d143fae8805d25a76c4f 100755 (executable)
@@ -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