Re: [oe] [meta-oe][PATCH 1/1] lcov: fix env command argument pass issue

2017-01-09 Thread Khem Raj
On Thu, Jan 5, 2017 at 1:44 AM, wrote: > From: chunguang yang > > when exec lcov in bash, the following error will appear: > > /usr/bin/env: 'perl -w': No such file or directory > > perl uses the -w option to enable many warnings. But

[oe] [meta-oe][PATCH 1/1] lcov: fix env command argument pass issue

2017-01-05 Thread chunguang.yang
From: chunguang yang when exec lcov in bash, the following error will appear: /usr/bin/env: 'perl -w': No such file or directory perl uses the -w option to enable many warnings. But the env command can't pass the argument to perl, instead it treate perl -w as a