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

This commit is contained in:
Daniel Baumann 2007-09-28 18:32:12 +02:00
parent 07015787f6
commit 1966587162
1 changed files with 1 additions and 1 deletions

View File

@ -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 ]