]> code.ossystems Code Review - openembedded-core.git/commit
apmd: avoid pipe with sed
authorMatthieu Crapet <Matthieu.Crapet@ingenico.com>
Tue, 6 May 2014 12:17:49 +0000 (14:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 May 2014 11:56:41 +0000 (12:56 +0100)
commit3bfaea36a4484f1db0340cd67f7783ccec23c738
tree5025a7119dbc8a43af12c15e5bb86b0d0eefb39d
parent49345d83f280da13b7993971a336c6176587961d
apmd: avoid pipe with sed

Replace:
cat <file> | sed -e xxx
By:
sed -e xxx <file>

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-bsp/apmd/apmd_3.2.2-14.bb