Re: [PATCH v2 1/4] run-command: add new check_command helper

2013-04-02 Thread Johannes Sixt
Am 02.04.2013 12:31, schrieb Felipe Contreras: > And persistent_waitpid() to recover the information from the last run. I'm not a fan of this new API, because it looks like a workaround for a problem that should have been solved in a cleaner way. But if we can't avoid it, please also add a paragra

[PATCH v2 1/4] run-command: add new check_command helper

2013-04-02 Thread Felipe Contreras
And persistent_waitpid() to recover the information from the last run. Signed-off-by: Felipe Contreras --- run-command.c | 53 +++-- run-command.h | 5 + 2 files changed, 52 insertions(+), 6 deletions(-) diff --git a/run-command.c b/run-comma