sh for git scripts

This commit is contained in:
ilkosta 2015-08-31 09:44:35 +02:00
parent b4bbc1ce6a
commit 018f3c74a1
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ _edi_create_filter_file_done(void *data, int type EINA_UNUSED, void *event EINA_
create->handler = handler;
chdir(create->path);
ecore_exe_run("git init && git add .", data);
ecore_exe_run("sh -c 'git init && git add .'", data);
return ECORE_CALLBACK_PASS_ON;
}