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
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