]> code.ossystems Code Review - openembedded-core.git/commit
postinst_intercept: allow to pass variables with spaces
authorMartin Jansa <martin.jansa@gmail.com>
Fri, 4 Sep 2015 12:22:27 +0000 (14:22 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Sep 2015 18:21:51 +0000 (19:21 +0100)
commite1cb77476934ea0f80993df049c3708bfa33dba3
treee144069610268bc95073836ee6d3790e0475325e
parent0f528bda0bac76e190b03764c603f199a6079fc6
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)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/postinst-intercepts/postinst_intercept