Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753760AbbBSBb3 (ORCPT ); Wed, 18 Feb 2015 20:31:29 -0500 Received: from terminus.zytor.com ([198.137.202.10]:48295 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753694AbbBSBb0 (ORCPT ); Wed, 18 Feb 2015 20:31:26 -0500 Date: Wed, 18 Feb 2015 17:31:13 -0800 From: tip-bot for Sylvain BERTRAND Message-ID: Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org, sylvain.bertrand@gmail.com, tglx@linutronix.de Reply-To: hpa@zytor.com, linux-kernel@vger.kernel.org, mingo@kernel.org, sylvain.bertrand@gmail.com, tglx@linutronix.de In-Reply-To: <20141229154324.GA27533@dhcppc1> References: <20141229154324.GA27533@dhcppc1> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/build] x86/build: Fix mkcapflags.sh bash-ism Git-Commit-ID: e85bd9892c4f10fd20fc575e62327efb7c77015d X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1398 Lines: 41 Commit-ID: e85bd9892c4f10fd20fc575e62327efb7c77015d Gitweb: http://git.kernel.org/tip/e85bd9892c4f10fd20fc575e62327efb7c77015d Author: Sylvain BERTRAND AuthorDate: Mon, 29 Dec 2014 16:43:24 +0100 Committer: Ingo Molnar CommitDate: Thu, 19 Feb 2015 02:21:00 +0100 x86/build: Fix mkcapflags.sh bash-ism Chocked while compiling linux with dash shell instead of bash shell. See: http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_09_05 Signed-off-by: Sylvain BERTRAND Cc: "H. Peter Anvin" Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/20141229154324.GA27533@dhcppc1 Signed-off-by: Ingo Molnar --- arch/x86/kernel/cpu/mkcapflags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/cpu/mkcapflags.sh b/arch/x86/kernel/cpu/mkcapflags.sh index 36d99a3..3f20710 100644 --- a/arch/x86/kernel/cpu/mkcapflags.sh +++ b/arch/x86/kernel/cpu/mkcapflags.sh @@ -6,7 +6,7 @@ IN=$1 OUT=$2 -function dump_array() +dump_array() { ARRAY=$1 SIZE=$2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/