]> code.ossystems Code Review - openembedded-core.git/commit
dropbear: avoid pipe with sed
authorMatthieu Crapet <Matthieu.Crapet@ingenico.com>
Tue, 6 May 2014 12:17:50 +0000 (14:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 May 2014 11:56:41 +0000 (12:56 +0100)
commite6a25f3377f75d995c996374e155e10ced519dce
tree9c3a7a11ac4120410c59fd7a62102d5e30fe5f37
parent3bfaea36a4484f1db0340cd67f7783ccec23c738
dropbear: avoid pipe with sed

Replace:
cat <file> | sed -e xxx
By:
sed -e xxx <file>

+ fix indentation

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/dropbear/dropbear.inc