diff --git a/bootstrap.js b/bootstrap.js index 58e68b0..2f34ffa 100755 --- a/bootstrap.js +++ b/bootstrap.js @@ -64,7 +64,7 @@ if (!skipGclient) { args += ' --force' // Calling gclient directly would invoke gclient.bat on Windows, which does // not work prefectly under some shells. - execSync(`python vendor/depot_tools/gclient.py sync ${args}`) + execSync(`vendor/depot_tools/gclient sync ${args}`, {shell: true}) } // Fetch build-tools.