| Index: depot_tools/gcl.bat
|
| ===================================================================
|
| --- depot_tools/gcl.bat (revision 102934)
|
| +++ depot_tools/gcl.bat (working copy)
|
| @@ -1,5 +1,5 @@
|
| -@echo off
|
| -setlocal
|
| -:: This is required with cygwin only.
|
| -PATH=%~dp0;%PATH%
|
| -call python "%~dp0gcl.py" %*
|
| +@echo off
|
| +setlocal
|
| +:: This is required with cygwin only.
|
| +PATH=%~dp0;%PATH%
|
| +call python "%~dp0gcl.py" %*
|
|
|
| Property changes on: depot_tools/gcl.bat
|
| ___________________________________________________________________
|
| Modified: svn:eol-style
|
| - native
|
| + CRLF
|
|
|
|
|