On Mon, 01 Jan 2018 19:54:07 -0600, Scott Cheloha wrote:

> Hey,
>
> In the mg(1) *compile* buffer, currently you get incorrect
> output like:
>
>       Command exited abnormally with code 256 at [...]
>
> Using the W* macros in <sys/wait.h> corrects this:
>
>       Command exited abnormally with code 1 at [...]

Is it worth using an explicit message if the command was terminated
by a signal?

 - todd

Reply via email to