Am 20.12.2016 um 19:33 schrieb Johannes Sixt:
Am 20.12.2016 um 00:28 schrieb Stefan Beller:+void run_command_or_die(struct child_process *cmd) +{ + if (finish_command(cmd)) + report_and_die(cmd, "run");And here as well.
Oh, and BTW, this one wraps only finish_command, not run_command. -- Hannes