summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_syslinux
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-11-11 13:57:11 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:28 +0100
commit532f4e281f1a1c4687f9841201cf85f46d6aec31 (patch)
tree17994e13c4facb5f885c0c8cef4762b1730697bb /helpers/lh_binary_syslinux
parentc7ad124959cf6dc9275528805ff38b6fad82164e (diff)
downloadvyos-live-build-532f4e281f1a1c4687f9841201cf85f46d6aec31.tar.gz
vyos-live-build-532f4e281f1a1c4687f9841201cf85f46d6aec31.zip
Fixing some coding style issues.
Diffstat (limited to 'helpers/lh_binary_syslinux')
-rwxr-xr-xhelpers/lh_binary_syslinux6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux
index afae5122b..98872476c 100755
--- a/helpers/lh_binary_syslinux
+++ b/helpers/lh_binary_syslinux
@@ -79,7 +79,7 @@ Utf8_to_latin1 ()
Syslinux_memtest_entry ()
{
LABEL="${1}"
- MENULABEL=`Utf8_to_latin1 "${2}"`
+ MENULABEL="$(Utf8_to_latin1 "${2}")"
KERNEL="${3}"
MEMTEST="${MEMTEST}\nLABEL ${LABEL}\n"
@@ -92,7 +92,7 @@ Syslinux_memtest_entry ()
Syslinux_live_entry ()
{
LABEL="${1}"
- MENULABEL=`Utf8_to_latin1 "${2}"`
+ MENULABEL="$(Utf8_to_latin1 "${2}")"
MENULABEL="${2}"
KERNEL="${3}"
INITRD="${4}"
@@ -233,7 +233,7 @@ Copy_syslinux_templates ()
else
rm -f ${SCREEN_PATH}/splash.rle
rm -f ${DATA_PATH}/splash.png
- cp -f "${LH_SYSLINUX_SPLASH}" ${DATA_PATH}/`basename ${SPLASH}`
+ cp -f "${LH_SYSLINUX_SPLASH}" ${DATA_PATH}/$(basename ${SPLASH})
fi
fi
fi