aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-11-02 10:22:43 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-02 10:22:43 -0800
commit1f17364dc86de6f3e537440cd67cdb952b5e39f8 (patch)
treeaac8a8083b1f37121c85566f433e82f5e20964aa /bin
parent1ee76510f5dbf632d30975fc3509ef4f609156d2 (diff)
bin/sync-and-gyp: gclient hackery
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sync-and-gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sync-and-gyp b/bin/sync-and-gyp
index 3a0851b25a..8b3cfa97fe 100755
--- a/bin/sync-and-gyp
+++ b/bin/sync-and-gyp
@@ -24,7 +24,8 @@
cd "$(dirname "$0")/.."
if ! [ -f .gclient ] ; then
- gclient config --name . --unmanaged 'https://skia.googlesource.com/skia'
+ gclient config --unmanaged 'https://skia.googlesource.com/skia'
+ printf ',s/"skia"/"."/\nwq\n' | ed .gclient
fi
if ! [ -f DEPS ]; then