aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/buildscript.sh2
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
'