#1084 PR merged
: Removed EXIT_CODE usage in case of Error functions.¶
Labels: cleanup
, fixed / solved / done
, minor bug
jsmeix opened issue at 2016-11-24 17:37:¶
Removed EXIT_CODE usage from and for Error functions
(namely the Error and BugError functions) because
in this case rear kills itself that results exit code 143
so that setting EXIT_CODE for Error functions is useless,
see
https://github.com/rear/rear/issues/1076
[Export of Github issue for rear/rear.]