| Submitter | Scott Garman |
|---|---|
| Date | May 24, 2012, 9:38 p.m. |
| Message ID | <915769c405e24751eae613e9ef55f05490a726de.1337892418.git.scott.a.garman@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/28677/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/classes/utils.bbclass b/meta/classes/utils.bbclass index 3b59463..fde8f44 100644 --- a/meta/classes/utils.bbclass +++ b/meta/classes/utils.bbclass @@ -282,7 +282,6 @@ create_cmdline_wrapper () { cmd=$1 shift - # run echo via env to test syntactic validity of the variable arguments echo "Generating wrapper script for $cmd" mv $cmd $cmd.real @@ -306,8 +305,7 @@ create_wrapper () { cmd=$1 shift - # run echo via env to test syntactic validity of the variable arguments - env $@ echo "Generating wrapper script for $cmd" + echo "Generating wrapper script for $cmd" mv $cmd $cmd.real cmdname=`basename $cmd`.real