diff options
author | Matthieu Crapet <Matthieu.Crapet@ingenico.com> | 2014-05-06 14:17:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-08 13:00:33 +0100 |
commit | 1150ef1879ac66776296c8f738bf4aa5cb735f54 (patch) | |
tree | 70c1fb53aa05e2fae38de5273358b6be6747c869 /scripts | |
parent | 44ba0766d5366bdb589373011c2496cc999af012 (diff) | |
download | poky-1150ef1879ac66776296c8f738bf4aa5cb735f54.tar.gz |
sysvinit-inittab: avoid pipe with grep
Replace:
cat <file> | grep xxx
By:
grep xxx <file>
(From OE-Core rev: 350c7c63c05a977158da91b4e06f84a6fb84a6ee)
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 'scripts')
0 files changed, 0 insertions, 0 deletions