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:
parent
c339c7f7b3
commit
43794ff45d
@ -32,7 +32,7 @@ then
|
|||||||
do
|
do
|
||||||
printf '"%s\\0"' $i
|
printf '"%s\\0"' $i
|
||||||
done
|
done
|
||||||
printf '"\\0";\n'
|
printf ';\n'
|
||||||
printf '#else\n'
|
printf '#else\n'
|
||||||
printf 'extern const char script_names[] ALIGN1;\n'
|
printf 'extern const char script_names[] ALIGN1;\n'
|
||||||
printf '#endif\n'
|
printf '#endif\n'
|
||||||
|
Loading…
Reference in New Issue
Block a user