]> code.ossystems Code Review - openembedded-core.git/commit
oe-run-native: ensure arguments get quoted
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 17 Jul 2018 12:34:17 +0000 (14:34 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Jul 2018 10:52:07 +0000 (11:52 +0100)
commita8758653500a2458cd91bf1aa5eb666ad2b45df4
tree8ced6d8c0de2c818878a7865999bad1ef42d5107
parentafa7aa4c8742c8573d59e80625bd736e5ab56906
oe-run-native: ensure arguments get quoted

If you pass quoted arguments to oe-run-native, they need to be passed
as-is to the underlying tool. Putting quotes around $@ ensures each
argument is quoted individually.

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