diff options
author | Matthieu Crapet <Matthieu.Crapet@ingenico.com> | 2014-05-06 14:17:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-08 13:00:33 +0100 |
commit | 8de568a569413e185030669e7052ebe31b94bd19 (patch) | |
tree | f6afe5a3373a1617f1f8c4ca81b1465bfebf94ca /meta-yocto | |
parent | 77790c43b1bfdb0ca9e43ca3878d9153962e47f2 (diff) | |
download | poky-8de568a569413e185030669e7052ebe31b94bd19.tar.gz |
acpid: avoid pipe with sed
Replace:
cat <file> | sed -e xxx
By:
sed -e xxx <file>
(From OE-Core rev: 49345d83f280da13b7993971a336c6176587961d)
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
0 files changed, 0 insertions, 0 deletions