summarylogtreecommitdiffstats
path: root/06-maybe_quiet.patch
diff options
context:
space:
mode:
Diffstat (limited to '06-maybe_quiet.patch')
-rw-r--r--06-maybe_quiet.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/06-maybe_quiet.patch b/06-maybe_quiet.patch
index df8a081936d0..1a05083bb822 100644
--- a/06-maybe_quiet.patch
+++ b/06-maybe_quiet.patch
@@ -312,11 +312,11 @@ index 1839059..24acf01 100644
+ message="$(gettext_printf "Loading Linux %s ..." ${version})"
+ sed "s/^/$submenu_indentation/" << EOF
echo '$(echo "$message" | grub_quote)'
-+ EOF
++EOF
+ fi
+ sed "s/^/$submenu_indentation/" << EOF
linux ${rel_dirname}/${basename} root=${linux_root_device_thisversion} rw ${args}
-EOF
+ EOF
if test -n "${initrd}" -o -n "${initrd_extra}" ; then
# TRANSLATORS: ramdisk isn't identifier. Should be translated.
- message="$(gettext_printf "Loading initial ramdisk ...")"