Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add git.bat to the options in make_scmrev.h.js because depot_tools us…
…es it and I'm silly.
  • Loading branch information
comex committed Oct 27, 2013
1 parent b97e2fa commit 2e98307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Common/make_scmrev.h.js
Expand Up @@ -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
{
Expand Down

0 comments on commit 2e98307

Please sign in to comment.