nalika / rpms / grub2

Forked from rpms/grub2 2 years ago
Clone

Blame SOURCES/0039-util-grub-mkconfig_lib.in-grub_quote-Remove-outdated.patch

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