scripts: fix newline in configuration with bsd sed
authorDavid Marchand <david.marchand@6wind.com>
Fri, 28 Nov 2014 15:42:44 +0000 (16:42 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 28 Nov 2014 16:05:02 +0000 (17:05 +0100)
commit545051540e3f4489cfd6e6584ee555bf0dd1b93c
treefd7baac003a8d0c1db5f4ff16d3cbb82b21eaa5c
parent2d3ba696546497430af6a42d434f2b75c50e784f
scripts: fix newline in configuration with bsd sed

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 <bruce.richardson@intel.com>
Signed-off-by: David Marchand <david.marchand@6wind.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
scripts/gen-config-h.sh