Add missing whitespace when concatenating multiple live.cfg syslinux files.

This commit is contained in:
Daniel Baumann 2012-10-01 05:36:09 +02:00
parent 687d2abf6c
commit 97de0e925e
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ then
if [ "${_NUMBER}" -gt 1 ]
then
echo "" >> "${_TARGET}/live.cfg"
grep -v 'menu default' "${_TARGET}/live.cfg.in" >> "${_TARGET}/live.cfg"
else
cat "${_TARGET}/live.cfg.in" >> "${_TARGET}/live.cfg"