LGTM Ric.
This commit is contained in:
Alain Jobart 2013-07-18 17:53:59 -07:00
Родитель be36322a29
Коммит 018bc882a9
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -37,7 +37,8 @@ if [ "$GOBIN" ]; then
export PATH=$(prepend_path $PATH $GOBIN)
fi
export PATH=$(prepend_path $PATH $VTROOT/mysql/bin)
export PATH=$(prepend_path $PATH $VTROOT/dist/mysql/bin)
# GOROOT sanity
go_bin=`which go`
go_env=`go env | grep GOROOT | cut -f 2 -d\"`