* util/grub.d/10_linux.in (linux_entry): Quote the arguments to
printf and print a newline after the menuentry header line.
* util/grub.d/10_kfreebsd.in (kfreebsd_entry): Likewise.
+2009-11-25 Felix Zielcke <fzielcke@z-51.de>
+
+ * util/grub.d/10_linux.in (linux_entry): Quote the arguments to
+ printf and print a newline after the menuentry header line.
+ * util/grub.d/10_kfreebsd.in (kfreebsd_entry): Likewise.
+
2009-11-25 Felix Zielcke <fzielcke@z-51.de>
autoconf >= 2.60 support $(localedir).
recovery="$3" # not used yet
args="$4" # not used yet
title="$(gettext "%s, with kFreeBSD %s")"
- printf "menuentry \"${title}\" {" ${os} ${version}
+ printf "menuentry \"${title}\" {\n" "${os}" "${version}"
if [ -z "${prepare_boot_cache}" ]; then
prepare_boot_cache="$(prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/")"
fi
else
title="$(gettext "%s, with Linux %s")"
fi
- printf "menuentry \"${title}\" {" ${os} ${version}
+ printf "menuentry \"${title}\" {\n" "${os}" "${version}"
if [ -z "${prepare_boot_cache}" ]; then
prepare_boot_cache="$(prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/")"
fi