Chromium Code Reviews| Index: bin/sync-and-gyp |
| diff --git a/bin/sync-and-gyp b/bin/sync-and-gyp |
| index 3a0851b25a643a816eaa1776a2808ace97573212..8b3cfa97feedd959a7cfd53a8343281091df5099 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 |
|
mtklein
2015/11/01 22:20:40
Why not sed?
|
| fi |
| if ! [ -f DEPS ]; then |