scm: Actually allow for checking of scm anywhere within a git tree.

This commit is contained in:
Al Poole 2017-09-29 22:08:24 +01:00
parent 3397bc93e6
commit 9e7999b500
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ _edi_scm_git_init()
EAPI Edi_Scm_Engine *
edi_scm_generic_init(void)
{
if (ecore_file_exists(".git"))
if (!edi_exe_wait("git status"))
return _edi_scm_git_init();
return NULL;