]> Cypherpunks repositories - gostls13.git/commitdiff
buildscript.sh: now works correctly on windows
authorAlex Brainman <alex.brainman@gmail.com>
Mon, 30 Jan 2012 22:42:33 +0000 (09:42 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Mon, 30 Jan 2012 22:42:33 +0000 (09:42 +1100)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5569092

src/buildscript.sh

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