Fix goauth path

BUG=skia:2551
R=scroggo@google.com

Author: borenet@google.com

Review URL: https://codereview.chromium.org/288763002

git-svn-id: http://skia.googlecode.com/svn/trunk@14737 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
commit-bot@chromium.org 2014-05-14 16:57:49 +00:00
parent 9cb4283401
commit f364521e75

View File

@ -10,7 +10,7 @@ if [[ -z "$GOPATH" ]]; then
fi
go get github.com/gorilla/securecookie
go get code.google.com/p/goauth2
go get code.google.com/p/goauth2/oauth
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd $DIR