summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-28 18:32:12 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-28 18:32:12 +0200
commit19665871627e38ce7411f3d91c87b7966baae333 (patch)
tree8a0764c4b4282a1602ca0890ed61304581e0376e /helpers
parent07015787f68721c551da917eaf73ffd0e4cf58c6 (diff)
downloadvyos-live-build-19665871627e38ce7411f3d91c87b7966baae333.tar.gz
vyos-live-build-19665871627e38ce7411f3d91c87b7966baae333.zip
Fixing typing error, thanks to Jesse W. Hathaway <jesse@mbuki-mvuki.org>.
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_binary_grub2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_grub b/helpers/lh_binary_grub
index 218fb065c..4bb5f7dd6 100755
--- a/helpers/lh_binary_grub
+++ b/helpers/lh_binary_grub
@@ -226,7 +226,7 @@ then
Grub_install_entry "autogui" "${VMLINUZ_GI}" "${INITRD_GI}" "auto=true priority=critical ${APPEND_GI}"
fi
-LINUX_INSTALL="$(/bin/echo ${LINUX_INSTALL} | sed -e 's/binary//g' -e 's#//#/#g'("
+LINUX_INSTALL="$(/bin/echo ${LINUX_INSTALL} | sed -e 's/binary//g' -e 's#//#/#g')"
# Assembling memtest configuration
if [ -f "${DESTDIR_LIVE}"/memtest ]