| Index: roll-dep.bat
|
| diff --git a/apply_issue.bat b/roll-dep.bat
|
| similarity index 81%
|
| copy from apply_issue.bat
|
| copy to roll-dep.bat
|
| index 7e052ee3454fe62be82602f0e2ad4b8f849a39aa..d8b69c27c2efb6c0e806f2fa8aad225a66c01291 100755
|
| --- a/apply_issue.bat
|
| +++ b/roll-dep.bat
|
| @@ -2,10 +2,9 @@
|
| :: Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| :: Use of this source code is governed by a BSD-style license that can be
|
| :: found in the LICENSE file.
|
| -setlocal
|
|
|
| :: This is required with cygwin only.
|
| PATH=%~dp0;%PATH%
|
|
|
| :: Defer control.
|
| -%~dp0python "%~dp0\apply_issue.py" %*
|
| +%~dp0python "%~dp0\roll_dep.py" %*
|
|
|