Add git.bat to the options in make_scmrev.h.js because depot_tools uses it and I'm silly.

This commit is contained in:
comex 2013-10-27 19:51:30 -04:00
parent b97e2faa15
commit 2e983071c5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ var cmd_branch = " rev-parse --abbrev-ref HEAD";
function GetGitExe()
{
for (var gitexe in {"git.cmd":1, "git":1})
for (var gitexe in {"git.cmd":1, "git":1, "git.bat":1})
{
try
{