]> Kevux Git Server - fll/commit
Update: get only exist status when processing return, use "return_code", and set...
authorKevin Day <thekevinday@gmail.com>
Mon, 14 Sep 2020 04:56:44 +0000 (23:56 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 14 Sep 2020 04:56:44 +0000 (23:56 -0500)
commit0f8e03e2b79cb1ea249ff5d3acbfc0c7c7892a2b
tree74370839dc467c76a22fef475c8438f1be875081
parentee8d6c2d876411d027fb186197468e472a73d7b2
Update: get only exist status when processing return, use "return_code", and set return error manually where applicable.

The return code also stores signal information.
To properly return the expected return code, WEXITSTATUS() should be used.

In some cases a return code of "0" is always returned, even on error.
In these cases, now return "1" if an error is detected.

Use "return_code" more consistently, it is more explicit than "result" or "results".
level_3/fake/c/private-build.c
level_3/fake/c/private-make.c
level_3/firewall/c/firewall.c
level_3/firewall/c/private-firewall.c