diff --git a/commit.cmd b/commit.cmd index f0cf6f1..affe3d3 100644 --- a/commit.cmd +++ b/commit.cmd @@ -6,7 +6,7 @@ for /R /D %%G in (*) do if exist %%G\.git ( set RESULT= for /f %%i in ('git status -s') do (set RESULT=%%i) if defined RESULT ( - git add %* + git add . git commit %* set ANY=1 ) diff --git a/eaapi b/eaapi index e8ccee4..c84d8f3 160000 --- a/eaapi +++ b/eaapi @@ -1 +1 @@ -Subproject commit e8ccee4a104962d2b8294ffb322b0ae33c6691a9 +Subproject commit c84d8f35f6a8647a115de99c8cb922fb2c9eee95