scripts/mkits.sh: fix use of printf
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sat, 11 Jul 2020 16:46:53 +0000 (18:46 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sat, 11 Jul 2020 16:46:53 +0000 (18:46 +0200)
commit52cdd6185ec3320fe58de992c4a1750794082bfd
tree9dcf15c5b7994de8e74b96ad9e5ce3a151c16f58
parent479adb0929f8afbd1935a0d71832df1e2cea18b2
scripts/mkits.sh: fix use of printf

Due to a line break, printf was accidentally called with three
arguments instead of two, causing a different output than before.

Fix it by splitting the printf command into two lines.

Fixes: 907053193a1c ("scripts/mkits.sh: replace echo -e with printf")
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
scripts/mkits.sh