diff options
Diffstat (limited to 'helpers/lh_binary_syslinux')
-rwxr-xr-x | helpers/lh_binary_syslinux | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux index 8b8fc3fe0..da3952b52 100755 --- a/helpers/lh_binary_syslinux +++ b/helpers/lh_binary_syslinux @@ -270,7 +270,6 @@ Configure_syslinux_templates () -e "s|{\$LH_MEDIA}|${MEDIA}|" \ -e "s|{\$LH_VERSION}|${VERSION}|" \ -e "s|{\$LH_SYSLINUX_TIMEOUT}|${LH_SYSLINUX_TIMEOUT}0|" \ - -e 's|\ $||g' \ $template_file done |