Fixed exactness compilation. Thanks seoz.

This commit is contained in:
Tom Hacohen 2013-05-08 15:43:19 +01:00
parent b421382985
commit c5860fc6e6
2 changed files with 1 additions and 1 deletions

View File

@ -45,6 +45,5 @@ Makefile
src/Makefile src/Makefile
src/bin/Makefile src/bin/Makefile
src/lib/Makefile src/lib/Makefile
src/scripts/Makefile
data/Makefile data/Makefile
]) ])

View File

@ -67,6 +67,7 @@ _job_dispatch(List_Entry *ent, Scheduler_Ctx *ctx)
_job_deleted_cb, ctx); _job_deleted_cb, ctx);
} }
printf(" **** Running: %s\n", ent->name);
exe = ecore_exe_pipe_run(buf, ECORE_EXE_TERM_WITH_PARENT, ent); exe = ecore_exe_pipe_run(buf, ECORE_EXE_TERM_WITH_PARENT, ent);
if (!exe) if (!exe)