aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
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