Fixed exactness compilation. Thanks seoz.

devs/tasn/jenkins
Tom Hacohen 11 years ago
parent b421382985
commit c5860fc6e6
  1. 1
      configure.ac
  2. 1
      src/bin/scheduler.c

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

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

Loading…
Cancel
Save