a5bd9f6
From 7efa81764aa812d1f44ff53fb42472befea19f0b Mon Sep 17 00:00:00 2001
a5bd9f6
From: Colin Watson <cjwatson@ubuntu.com>
a5bd9f6
Date: Mon, 17 Sep 2012 16:58:50 +0100
a5bd9f6
Subject: [PATCH 039/364] * util/grub-mkconfig_lib.in (grub_quote): Remove
a5bd9f6
 outdated sentence from comment.
a5bd9f6
a5bd9f6
---
a5bd9f6
 ChangeLog                 | 5 +++++
a5bd9f6
 util/grub-mkconfig_lib.in | 6 ++----
a5bd9f6
 2 files changed, 7 insertions(+), 4 deletions(-)
a5bd9f6
a5bd9f6
diff --git a/ChangeLog b/ChangeLog
a5bd9f6
index 941ed93..de80a94 100644
a5bd9f6
--- a/ChangeLog
a5bd9f6
+++ b/ChangeLog
a5bd9f6
@@ -1,3 +1,8 @@
a5bd9f6
+2012-09-17  Colin Watson  <cjwatson@debian.org>
a5bd9f6
+
a5bd9f6
+	* util/grub-mkconfig_lib.in (grub_quote): Remove outdated sentence
a5bd9f6
+	from comment.
a5bd9f6
+
a5bd9f6
 2012-09-14  Colin Watson  <cjwatson@ubuntu.com>
a5bd9f6
 
a5bd9f6
 	* grub-core/term/terminfo.c: Only fix up powerpc key repeat on
a5bd9f6
diff --git a/util/grub-mkconfig_lib.in b/util/grub-mkconfig_lib.in
a5bd9f6
index beb52ee..a9f5809 100644
a5bd9f6
--- a/util/grub-mkconfig_lib.in
a5bd9f6
+++ b/util/grub-mkconfig_lib.in
a5bd9f6
@@ -255,10 +255,8 @@ version_find_latest ()
a5bd9f6
   echo "$version_find_latest_a"
a5bd9f6
 }
a5bd9f6
 
a5bd9f6
-# One layer of quotation is eaten by "" and the second by
a5bd9f6
-# sed; so this turns ' into \'.  Note that you must use the output of
a5bd9f6
-# this function in a printf format string.
a5bd9f6
-
a5bd9f6
+# One layer of quotation is eaten by "" and the second by sed; so this turns
a5bd9f6
+# ' into \'.
a5bd9f6
 grub_quote () {
a5bd9f6
   sed "s/'/'\\\\''/g"
a5bd9f6
 }
a5bd9f6
-- 
a5bd9f6
1.8.1.4
a5bd9f6