Re: [OE-core] [PATCH 2/2] wic/engine.py: Use printf instead of echo

2019-02-11 Thread Leonardo Rangel
On Mon, Feb 11, 2019 at 12:01 PM William Bourque wrote: > Some distributions default shell (ex: /bin/dash) > does not support "-e" argument to echo. > Hence, using "printf" is safer as it, unlike echo, > always inteprets \n correctly. > > That seems to be the same change I proposed a couple of da

[OE-core] [PATCH 2/2] wic/engine.py: Use printf instead of echo

2019-02-11 Thread William Bourque
Some distributions default shell (ex: /bin/dash) does not support "-e" argument to echo. Hence, using "printf" is safer as it, unlike echo, always inteprets \n correctly. Signed-off-by: William Bourque --- scripts/lib/wic/engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi