Merge pull request #1572 from jschneiderhan/patch-1

Escape $GOPATH in Vagrantfile
This commit is contained in:
Mitchell Hashimoto 2015-04-17 08:04:11 -07:00
commit 8f8e93e657
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -15,7 +15,7 @@ cd /opt/go/src && ./all.bash
mkdir -p /opt/gopath
cat <<EOF >/etc/profile.d/gopath.sh
export GOPATH="/opt/gopath"
export PATH="/opt/go/bin:$GOPATH/bin:\$PATH"
export PATH="/opt/go/bin:\$GOPATH/bin:\$PATH"
EOF
# Make sure the GOPATH is usable by vagrant