DescriptionRestore depot_tools autoupdate in Windows.
Original CL: https://codereview.chromium.org/1242013003/
The credit for this fix goes to bratell@opera.com.
Executing a bat file from another bat file will replace
that first bat file with the second one. To call the
second one and then return and execute the rest of the
first one, you have to do "call second.bat"
"python" is really "python.bat" so that this happened
was not obvious. More obvious now.
R=bratell@opera.com
TBR=pgervais@chromium.org
BUG=511926
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=296063
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|