[email protected] | d90ad9b | 2009-08-06 00:20:17 | [diff] [blame] | 1 | @echo off |
[email protected] | 817ba61 | 2009-09-23 21:00:53 | [diff] [blame] | 2 | :: Copyright (c) 2009 The Chromium Authors. All rights reserved. |
3 | :: Use of this source code is governed by a BSD-style license that can be | ||||
4 | :: found in the LICENSE file. | ||||
[email protected] | d90ad9b | 2009-08-06 00:20:17 | [diff] [blame] | 5 | |
6 | setlocal | ||||
7 | set PATH=%~dp0svn;%PATH% | ||||
8 | |||||
[email protected] | 817ba61 | 2009-09-23 21:00:53 | [diff] [blame] | 9 | call python "%~dp0drover.py" %* |