Commit 57f2c3e2 authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

Added script for fix gclient

parent 8a5214b0
$gclient_path = "depot_tools\gclient.bat"
(Get-Content $gclient_path) | ForEach-Object { $_ -replace "^(`"%~dp0python`")", "call $&" } | Set-Content $gclient_path
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment