mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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 <sylvain.bertrand@gmail.com> Cc: "H. Peter Anvin" <hpa@zytor.com> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/20141229154324.GA27533@dhcppc1 Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
parent
50849eefea
commit
e85bd9892c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
IN=$1
|
IN=$1
|
||||||
OUT=$2
|
OUT=$2
|
||||||
|
|
||||||
function dump_array()
|
dump_array()
|
||||||
{
|
{
|
||||||
ARRAY=$1
|
ARRAY=$1
|
||||||
SIZE=$2
|
SIZE=$2
|
||||||
|
|
Loading…
Add table
Reference in a new issue