scripts/mkits.sh: replace echo -e with printf
authorRosen Penev <rosenp@gmail.com>
Mon, 6 Jan 2020 02:31:17 +0000 (18:31 -0800)
committerPetr Štetiar <ynezz@true.cz>
Sat, 11 Jul 2020 12:42:32 +0000 (14:42 +0200)
commit907053193a1c64306247cc43b8677ce765933ca2
tree607c0e45efed462b0952b8b27a28e46e7554c306
parent92d7cedcad73ff9845ea3f635ea82bd925078c1f
scripts/mkits.sh: replace echo -e with printf

echo flags are not POSIX. printf does the same with added \n.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
scripts/mkits.sh