Re: [PATCH] elfcompress: fix exit status in case of an error

2021-05-12 Thread Mark Wielaard
Hi Dmitry, On Wed, May 12, 2021 at 11:35:27PM +0300, Dmitry V. Levin wrote: > On Wed, May 12, 2021 at 10:29:33PM +0200, Mark Wielaard wrote: > > On Wed, May 12, 2021 at 04:00:00PM +, Dmitry V. Levin wrote: > > > Exit status of 255 in case of an error is probably not what elfcompress > > > user

Re: [PATCH] elfcompress: fix exit status in case of an error

2021-05-12 Thread Dmitry V. Levin
Hi Mark, On Wed, May 12, 2021 at 10:29:33PM +0200, Mark Wielaard wrote: > Hi Dmitry, > > On Wed, May 12, 2021 at 04:00:00PM +, Dmitry V. Levin wrote: > > Exit status of 255 in case of an error is probably not what elfcompress > > users expect, change it to 1. > > > > Reported-by: Vitaly Chik

Re: [PATCH] elfcompress: fix exit status in case of an error

2021-05-12 Thread Mark Wielaard
Hi Dmitry, On Wed, May 12, 2021 at 04:00:00PM +, Dmitry V. Levin wrote: > 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.") > [...] > diff --git a/src/

[PATCH] elfcompress: fix exit status in case of an error

2021-05-12 Thread Dmitry V. Levin
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 | 2 ++ src/elfcompress.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git