From 1f17364dc86de6f3e537440cd67cdb952b5e39f8 Mon Sep 17 00:00:00 2001 From: halcanary Date: Mon, 2 Nov 2015 10:22:43 -0800 Subject: bin/sync-and-gyp: gclient hackery Review URL: https://codereview.chromium.org/1427183003 --- bin/sync-and-gyp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3