Merge pull request #1572 from jschneiderhan/patch-1
Escape $GOPATH in Vagrantfile
This commit is contained in:
commit
8f8e93e657
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue