Chromium Code Reviews| Index: gsul.bat |
| diff --git a/gcl.bat b/gsul.bat |
| similarity index 67% |
| copy from gcl.bat |
| copy to gsul.bat |
| index 786ceea061beb473cdac9963515ae6d602372b98..93d0777618c425d87650cf02c2aa19f686db9ad4 100755 |
| --- a/gcl.bat |
| +++ b/gsul.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 "%~dp0upload_to_google_storage.py" %* |