Chromium Code Reviews| Index: commit_queue.bat |
| diff --git a/commit_queue.bat b/commit_queue.bat |
| index 76018a67d064bdbdc0e4a19e1a1ac0b5035cf9c8..5f6baa3798c6121f27adf25c4364247fa407a5e0 100755 |
| --- a/commit_queue.bat |
| +++ b/commit_queue.bat |
| @@ -7,8 +7,5 @@ setlocal |
| :: This is required with cygwin only. |
| PATH=%~dp0;%PATH% |
| -:: Synchronize the root directory before deferring control back to gclient.py. |
| -call "%~dp0\update_depot_tools.bat" %* |
| - |
| :: Defer control. |
| -%~dp0\ENV\bin\python "%~dp0\commit_queue.py" %* |
| +%~dp0python "%~dp0\commit_queue.py" %* |