Skip to content
Snippets Groups Projects
Commit e85bd989 authored by Sylvain BERTRAND's avatar Sylvain BERTRAND Committed by Ingo Molnar
Browse files

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: default avatarSylvain 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: default avatarIngo Molnar <mingo@kernel.org>
parent 50849eef
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment