diff options
author | Matthieu Crapet <Matthieu.Crapet@ingenico.com> | 2014-05-06 14:17:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-08 12:56:41 +0100 |
commit | e6a25f3377f75d995c996374e155e10ced519dce (patch) | |
tree | 9c3a7a11ac4120410c59fd7a62102d5e30fe5f37 /meta/recipes-core/readline/files | |
parent | 3bfaea36a4484f1db0340cd67f7783ccec23c738 (diff) | |
download | openembedded-core-e6a25f3377f75d995c996374e155e10ced519dce.tar.gz openembedded-core-e6a25f3377f75d995c996374e155e10ced519dce.tar.bz2 openembedded-core-e6a25f3377f75d995c996374e155e10ced519dce.zip |
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>
Diffstat (limited to 'meta/recipes-core/readline/files')
0 files changed, 0 insertions, 0 deletions