Skip to content

Commit

Permalink
Issue moovweb#275 Using go env GOROOT over $GOROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
3manuek committed Apr 29, 2018
1 parent ac48161 commit 02d60cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ copy_source() {

compile_go() {
display_message " * Compiling..."
[ -z "$GOROOT_BOOTSTRAP" ] && export GOROOT_BOOTSTRAP=$(go env GOROOT)
[ -z "$GOROOT_BOOTSTRAP" ] && export GOROOT_BOOTSTRAP=$(go env GOROOT)
unset GOARCH && unset GOOS && unset GOPATH && unset GOBIN && unset GOROOT &&
export GOBIN=$GO_INSTALL_ROOT/bin &&
export PATH=$GOBIN:$PATH &&
Expand Down

0 comments on commit 02d60cf

Please sign in to comment.