diff options
author | Daniel Baumann <daniel@debian.org> | 2012-10-01 05:36:09 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-10-01 05:36:09 +0200 |
commit | 97de0e925e00cf400fd7702e0dc0c3d86b619023 (patch) | |
tree | d10b012da44d0be0b48e5d30e1e7ff4237eb5c49 | |
parent | 687d2abf6cdfc246cdab1481b35d51909268fa4d (diff) | |
download | vyos-live-build-97de0e925e00cf400fd7702e0dc0c3d86b619023.tar.gz vyos-live-build-97de0e925e00cf400fd7702e0dc0c3d86b619023.zip |
Add missing whitespace when concatenating multiple live.cfg syslinux files.
-rwxr-xr-x | scripts/build/binary_syslinux | 1 |
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" |