Merge pull request #154 from kei-yamazaki/goroot_bootstrap

Fix compilation problem of go1.5
This commit is contained in:
Joshua Bussdieker
2015-09-09 08:35:57 -07:00
+1
View File
@@ -81,6 +81,7 @@ copy_source() {
compile_go() {
display_message " * Compiling..."
[ -z "$GOROOT_BOOTSTRAP" ] && export GOROOT_BOOTSTRAP=$GOROOT
unset GOARCH && unset GOOS && unset GOPATH && unset GOBIN && unset GOROOT &&
export GOBIN=$GO_INSTALL_ROOT/bin &&
export PATH=$GOBIN:$PATH &&