diff options
author | Matthieu Crapet <Matthieu.Crapet@ingenico.com> | 2014-05-06 14:17:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-08 13:00:33 +0100 |
commit | c6a5e6cb520afa75c0f21fd7e11f758b17b87140 (patch) | |
tree | eb020ec177bd8408bf715e980fad4027a68314fb /scripts/runqemu | |
parent | 1150ef1879ac66776296c8f738bf4aa5cb735f54 (diff) | |
download | poky-c6a5e6cb520afa75c0f21fd7e11f758b17b87140.tar.gz |
initscripts: avoid pipe with sed
Small optimisation in /etc/init.d/populate-volatile.sh.
Replace:
cat <file> | sed -e xxx
By:
sed -e xxx <file>
(From OE-Core rev: c91739cd08ed5451a0927586a14db54c4c328ad7)
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/runqemu')
0 files changed, 0 insertions, 0 deletions