Re: [PATCH v2] elfcompress: fix exit status in case of an error
Hi Dmitry, On Thu, 2021-05-13 at 00:52 +0300, Dmitry V. Levin wrote: > Exit status of 255 in case of an error is probably not what > elfcompress users expect, change it to 1. This looks good. Thanks, Mark
[PATCH v2] elfcompress: fix exit status in case of an error
Exit status of 255 in case of an error is probably not what elfcompress users expect, change it to 1. Reported-by: Vitaly Chikunov Fixes: 92acb57eb046 ("elfcompress: New utility.") --- src/ChangeLog | 3 +++ src/elfcompress.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --gi