From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id 5270A3857836 for ; Thu, 13 May 2021 13:44:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5270A3857836 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org Received: from tarox.wildebeest.org (tarox.wildebeest.org [172.31.17.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 788F8302BBED; Thu, 13 May 2021 15:44:21 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 391BD400143B; Thu, 13 May 2021 15:44:21 +0200 (CEST) Message-ID: Subject: Re: [PATCH v2] elfcompress: fix exit status in case of an error From: Mark Wielaard To: "Dmitry V. Levin" Cc: elfutils-devel@sourceware.org Date: Thu, 13 May 2021 15:44:21 +0200 In-Reply-To: <20210512215237.GA9168@altlinux.org> References: <20210512160000.GA3462@altlinux.org> <20210512203527.GA7746@altlinux.org> <20210512215237.GA9168@altlinux.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2021 13:44:25 -0000 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