[dpdk-dev] [PATCH] scripts: fix newline character in sed expression

2014-11-28 Thread Thomas Monjalon
> > Use of \n in sed expression is not portable and triggered an invalid > > configuration on BSD (at least). > > Replace with an explicit newline. > > > > Reported-by: Bruce Richardson > > Signed-off-by: David Marchand > > Acked-by: Bruce Richardson Applied Thanks -- Thomas

[dpdk-dev] [PATCH] scripts: fix newline character in sed expression

2014-11-28 Thread David Marchand
Use of \n in sed expression is not portable and triggered an invalid configuration on BSD (at least). Replace with an explicit newline. Reported-by: Bruce Richardson Signed-off-by: David Marchand --- scripts/gen-config-h.sh |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --

[dpdk-dev] [PATCH] scripts: fix newline character in sed expression

2014-11-28 Thread Bruce Richardson
On Fri, Nov 28, 2014 at 04:42:44PM +0100, David Marchand wrote: > Use of \n in sed expression is not portable and triggered an invalid > configuration on BSD (at least). > Replace with an explicit newline. > > Reported-by: Bruce Richardson > Signed-off-by: David Marchand Acked-by: Bruce Richard