[SCM] debian-live/live-helper branch, master, updated. 1.0_a27-1-61-g1966587

Daniel Baumann daniel at debian.org
Fri Sep 28 16:32:13 UTC 2007


The branch, master has been updated
       via  19665871627e38ce7411f3d91c87b7966baae333 (commit)
      from  07015787f68721c551da917eaf73ffd0e4cf58c6 (commit)


- Shortlog ------------------------------------------------------------
1966587 Fixing typing error, thanks to Jesse W. Hathaway <jesse at mbuki-mvuki.org>.

Summary of changes:
 helpers/lh_binary_grub |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 19665871627e38ce7411f3d91c87b7966baae333
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Sep 28 18:32:12 2007 +0200

    Fixing typing error, thanks to Jesse W. Hathaway <jesse at mbuki-mvuki.org>.

diff --git a/helpers/lh_binary_grub b/helpers/lh_binary_grub
index 218fb06..4bb5f7d 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 ]

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list