From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id CBE823858C2C for ; Sat, 23 Apr 2022 00:32:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CBE823858C2C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from reform (deer0x0a.wildebeest.org [172.31.17.140]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 95ACF30003C8; Sat, 23 Apr 2022 02:32:49 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 0A65A2E8207B; Sat, 23 Apr 2022 02:32:48 +0200 (CEST) Date: Sat, 23 Apr 2022 02:32:48 +0200 From: Mark Wielaard To: =?utf-8?B?0L3QsNCx?= Cc: elfutils-devel@sourceware.org Subject: Re: [PATCH v2] config: simplify profile.*sh.in Message-ID: References: <20220117162219.fqt7heu4j67fzq35@tarta.nabijaczleweli.xyz> <20220118161328.GB21016@redhat.com> <20220119123135.kb76gutv42itxant@tarta.nabijaczleweli.xyz> <0ece9dd6488f5a995ef4e0bf26710d31cdfc0197.camel@klomp.org> <20220415121231.mbxgw5ztzxa7spwq@tarta.nabijaczleweli.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220415121231.mbxgw5ztzxa7spwq@tarta.nabijaczleweli.xyz> X-Spam-Status: No, score=-3.5 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.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Sat, 23 Apr 2022 00:32:52 -0000 Hi наб, On Fri, Apr 15, 2022 at 02:12:31PM +0200, наб via Elfutils-devel wrote: > On Fri, Apr 15, 2022 at 01:48:23PM +0200, Mark Wielaard wrote: > > I have added a ChangeLog entry: > > > > 2022-01-19 Ahelenia Ziemiańska > > > > * profile.csh.in: Set DEBUGINFOD_URLS directly. Use "$0" and : > > in sh -c. > > * profile.sh.in: Set DEBUGINFOD_URLS directly. Don't use sh -c. > > Use $() instead of ``. > > > > Full commit at: > > https://code.wildebeest.org/git/user/mjw/elfutils/commit/?h=simplify-profile > > Yeah, that looks about right. > > > Ahelenia, under which shells have you tested this? > csh, dash, and bash, whichever versions were current in sid x32 > when I posted this (not that it matters much, I think, > the sh version is specified by POSIX, and csh is unchanging). Thanks, pushed now, Mark