]> code.ossystems Code Review - openembedded-core.git/commit
scripts/runqemu: avoid pipe with sed
authorMatthieu Crapet <Matthieu.Crapet@ingenico.com>
Tue, 6 May 2014 12:17:53 +0000 (14:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 May 2014 11:56:42 +0000 (12:56 +0100)
commit173769374b1b37244d64767144398337001f1c6f
tree869140d15c97040f69dd97ec5d59771dbe0c4430
parentc91739cd08ed5451a0927586a14db54c4c328ad7
scripts/runqemu: 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>
scripts/runqemu