scripts/embedded_scripts: do not add superfluous NUL to script_names[]

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2018-11-02 14:18:36 +01:00
parent c339c7f7b3
commit 43794ff45d

View File

@ -32,7 +32,7 @@ then
do
printf '"%s\\0"' $i
done
printf '"\\0";\n'
printf ';\n'
printf '#else\n'
printf 'extern const char script_names[] ALIGN1;\n'
printf '#endif\n'