From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754134AbbCQU7R (ORCPT ); Tue, 17 Mar 2015 16:59:17 -0400 Received: from cantor2.suse.de ([195.135.220.15]:44244 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750958AbbCQU7Q (ORCPT ); Tue, 17 Mar 2015 16:59:16 -0400 Message-ID: <550895A1.1000901@suse.cz> Date: Tue, 17 Mar 2015 21:59:13 +0100 From: Michal Marek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Sylvain BERTRAND CC: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] scripts: fix link-vmlinux.sh bash-ism References: <20141229163456.GB27533@dhcppc1> <54A6BF7E.8070003@suse.cz> <20150303163453.GA21318@localhost.localdomain> In-Reply-To: <20150303163453.GA21318@localhost.localdomain> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dne 3.3.2015 v 17:34 Sylvain BERTRAND napsal(a): > On Fri, Jan 02, 2015 at 04:55:42PM +0100, Michal Marek wrote: >> On 2014-12-29 17:34, Sylvain BERTRAND wrote: >>> Chocked while compiling linux with dash shell instead of bash shell. >>> See: >>> http://pubs.opengroup.org/onlinepubs/000095399/utilities/trap.html >> >> Please describe the actual problem in the changelog. I guess it's >> because of the 'ERR' trap? > > Indeed: > - ERR is specific to bash > - signal names in a trap built-in instruction should be without the SIG prefix > > Shall I repost a v2 with the above lines? Sorry if I wasn't clear. The changelog should contain the actual error message or description of wrong behavior when ran under dash. Michal