summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_syslinux
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-06-19 18:56:11 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:35 +0100
commit8474de1d6513d8e0d297737db057fe8dbd364a18 (patch)
treef73feee868df049e5effc4b19fa1946427d92a9a /helpers/lh_binary_syslinux
parent519d7c17cd34f236f8cab66085626837cddb7030 (diff)
downloadlive-build-8474de1d6513d8e0d297737db057fe8dbd364a18.zip
live-build-8474de1d6513d8e0d297737db057fe8dbd364a18.tar.gz
Remove more imported whitespaces.
Diffstat (limited to 'helpers/lh_binary_syslinux')
-rwxr-xr-xhelpers/lh_binary_syslinux10
1 files changed, 5 insertions, 5 deletions
diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux
index 89f3fc0..57304e3 100755
--- a/helpers/lh_binary_syslinux
+++ b/helpers/lh_binary_syslinux
@@ -186,8 +186,8 @@ Copy_syslinux_templates ()
cp "${TEMPLATES}"/menu/*.cfg ${SCREEN_PATH}
cp "${TEMPLATES}"/menu/data/* ${DATA_PATH}
- # Grab menu binary from chroot
- MENUMODULE=$(grep 'menu.c32' ${TEMPLATES}/menu/header.cfg | sed 's|default\s*.*/\(.*menu.c32\)$|\1|g')
+ # Grab menu binary from chroot
+ MENUMODULE=$(grep 'menu.c32' ${TEMPLATES}/menu/header.cfg | sed 's|default\s*.*/\(.*menu.c32\)$|\1|g')
cp chroot/usr/lib/syslinux/"${MENUMODULE}" ${DATA_PATH}
fi
@@ -236,9 +236,9 @@ Copy_syslinux_templates ()
else
if [ "${LH_SYSLINUX_MENU}" = "disabled" ]
then
- SPLASH="${LIVE_DATA_PATH}/splash.rle"
+ SPLASH="${LIVE_DATA_PATH}/splash.rle"
else
- SPLASH="${LIVE_DATA_PATH}/splash.png"
+ SPLASH="${LIVE_DATA_PATH}/splash.png"
fi
if [ -n "${LH_SYSLINUX_SPLASH}" ]
@@ -293,7 +293,7 @@ Configure_syslinux_templates ()
d
}' ${SCREEN_PATH}/syslinux.cfg
- # remove the files, which were included
+ # remove the files, which were included
if [ -e ${SCREEN_PATH}/${FILE_NAME} ]
then
rm -f ${SCREEN_PATH}/${FILE_NAME}