]> code.ossystems Code Review - openembedded-core.git/commit
combo-layer: remove &> bashism
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 31 Jul 2012 00:06:20 +0000 (01:06 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jul 2012 06:56:37 +0000 (07:56 +0100)
commit5582cc58e42402c4680877e669d8c1ce058e7098
tree07c46ed24bad880f28f1858e25e39ac139a87a25
parent64369219e3e03cacfaef8df6e3eec507140bdd7d
combo-layer: remove &> bashism

&> does not work with dash - use > xxxx 2>&1 instead.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/combo-layer