]> code.ossystems Code Review - openembedded-core.git/commit
acpid: avoid pipe with sed
authorMatthieu Crapet <Matthieu.Crapet@ingenico.com>
Tue, 6 May 2014 12:17:48 +0000 (14:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 May 2014 11:56:41 +0000 (12:56 +0100)
commit49345d83f280da13b7993971a336c6176587961d
tree7177fd966ad1b7f8c7f2bc9f2d34f7b94e13b5c5
parente2026f5d32ac05396615224ac9ec927439e7e6b4
acpid: 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/acpid/acpid.inc