diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2015-09-04 14:22:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-18 19:22:26 +0100 |
commit | bb931159ea12556fe633b029803f6f35d62866a0 (patch) | |
tree | 21f4e25138c399ac93abda6411cdf0e964b4a586 /meta/recipes-rt | |
parent | 346188f17636f321e07e37399536d04a124a0409 (diff) | |
download | poky-bb931159ea12556fe633b029803f6f35d62866a0.tar.gz |
postinst_intercept: allow to pass variables with spaces
* trying to pass foo="a b" through postinst_intercept ends
with the actual script header to containing:
b
foo=a
which fails because "b" command doesn't exist.
(From OE-Core master rev: c66d7d85b7225be8c838449324d506565dd0081d)
(From OE-Core rev: e1cb77476934ea0f80993df049c3708bfa33dba3)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt')
0 files changed, 0 insertions, 0 deletions