Removing surrounded braces from LH_BOOTAPPEND_INSTALL - it is expanded by sed, not the shell.

This commit is contained in:
Chris Lamb 2008-08-16 10:48:16 +01:00
parent 712360df91
commit 0a5065a817
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ Grub_install_entry ()
fi
LINUX_INSTALL="${LINUX_INSTALL}\ntitle\t\tDebian GNU/Linux - ${LABEL}"
LINUX_INSTALL="${LINUX_INSTALL}\nkernel\t\t/${KERNEL} ${APPEND} ${LH_BOOTAPPEND_INSTALL}"
LINUX_INSTALL="${LINUX_INSTALL}\nkernel\t\t/${KERNEL} ${APPEND} LH_BOOTAPPEND_INSTALL"
LINUX_INSTALL="${LINUX_INSTALL}\ninitrd\t\t/${INITRD}"
}