summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-10-01 05:36:09 +0200
committerDaniel Baumann <daniel@debian.org>2012-10-01 05:36:09 +0200
commit97de0e925e00cf400fd7702e0dc0c3d86b619023 (patch)
treed10b012da44d0be0b48e5d30e1e7ff4237eb5c49 /scripts
parent687d2abf6cdfc246cdab1481b35d51909268fa4d (diff)
downloadvyos-live-build-97de0e925e00cf400fd7702e0dc0c3d86b619023.tar.gz
vyos-live-build-97de0e925e00cf400fd7702e0dc0c3d86b619023.zip
Add missing whitespace when concatenating multiple live.cfg syslinux files.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/binary_syslinux1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/binary_syslinux b/scripts/build/binary_syslinux
index 081b55cf9..c40b1c8f9 100755
--- a/scripts/build/binary_syslinux
+++ b/scripts/build/binary_syslinux
@@ -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"