Chromium Code Reviews| Index: gsdl.bat |
| diff --git a/gcl.bat b/gsdl.bat |
| similarity index 66% |
| copy from gcl.bat |
| copy to gsdl.bat |
| index 786ceea061beb473cdac9963515ae6d602372b98..3223af33cb603b4e8915f6ee8e5c4f6b6237b379 100755 |
| --- a/gcl.bat |
| +++ b/gsdl.bat |
| @@ -1,6 +1,6 @@ |
| -@echo off |
| -setlocal |
| -:: This is required with cygwin only. |
| -PATH=%~dp0;%PATH% |
| -set PYTHONDONTWRITEBYTECODE=1 |
| -call python "%~dp0gcl.py" %* |
| +@echo off |
| +setlocal |
| +:: This is required with cygwin only. |
| +PATH=%~dp0;%PATH% |
| +set PYTHONDONTWRITEBYTECODE=1 |
| +call python "%~dp0download_from_google_storage.py" %* |