diff options
| author | Alex Brainman <alex.brainman@gmail.com> | 2012-01-31 09:42:33 +1100 |
|---|---|---|
| committer | Alex Brainman <alex.brainman@gmail.com> | 2012-01-31 09:42:33 +1100 |
| commit | be7a04944ea9eeb7ffd5458d26a83c1693df657c (patch) | |
| tree | 787da915c0426076855d706b7770fa0b6f669b7f /src | |
| parent | 590f948b64f1a9421a243ab185785ed6dfc9d5e4 (diff) | |
| download | go-be7a04944ea9eeb7ffd5458d26a83c1693df657c.tar.xz | |
buildscript.sh: now works correctly on windows
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5569092
Diffstat (limited to 'src')
| -rwxr-xr-x | src/buildscript.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildscript.sh b/src/buildscript.sh index 905077c99a..c95ce78c2c 100755 --- a/src/buildscript.sh +++ b/src/buildscript.sh @@ -33,8 +33,8 @@ set -e s/\$GOBIN/"$GOBIN"/g s/\$GOROOT/"$GOROOT"/g s/\$WORK/"$WORK"/g - s;"\$GOBIN"/go;&_bootstrap;g s;\\;/;g + s;"\$GOBIN"/go;&_bootstrap;g s/go_bootstrap-tool/go-tool/g s;"\$GOBIN"/go-tool;"$GOROOT"/bin/go-tool;g ' |
