[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20141229154324.GA27533@dhcppc1>
Date: Mon, 29 Dec 2014 16:43:24 +0100
From: Sylvain BERTRAND <sylvain.bertrand@...il.com>
To: x86@...nel.org
Cc: linux-kernel@...r.kernel.org, mingo@...nel.org
Subject: [PATCH] x86: Fix mkcapflags.sh bash-ism again
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
Cc: Ingo Molnar <mingo@...nel.org>
Signed-off-by: Sylvain BERTRAND <sylvain.bertrand@...il.com>
---
Forgot that one. More to come.
--- 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists