]> git.proxmox.com Git - grub2.git/commitdiff
* util/grub-mkconfig_lib.in (grub_quote): Remove outdated sentence
authorColin Watson <cjwatson@ubuntu.com>
Mon, 17 Sep 2012 15:58:50 +0000 (16:58 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Mon, 17 Sep 2012 15:58:50 +0000 (16:58 +0100)
from comment.

ChangeLog
util/grub-mkconfig_lib.in

index 941ed9300a49df20f5b771f2b2d00d16dae5f7b0..de80a9406a18a7649f51f1e370ce34aefdd254d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-17  Colin Watson  <cjwatson@debian.org>
+
+       * util/grub-mkconfig_lib.in (grub_quote): Remove outdated sentence
+       from comment.
+
 2012-09-14  Colin Watson  <cjwatson@ubuntu.com>
 
        * grub-core/term/terminfo.c: Only fix up powerpc key repeat on
index beb52ee9bbe57768bfe88f0472f4c07922e95088..a9f5809b256f59dc7e8793e4ea9a8ed876138fd4 100644 (file)
@@ -255,10 +255,8 @@ version_find_latest ()
   echo "$version_find_latest_a"
 }
 
-# One layer of quotation is eaten by "" and the second by
-# sed; so this turns ' into \'.  Note that you must use the output of
-# this function in a printf format string.
-
+# One layer of quotation is eaten by "" and the second by sed; so this turns
+# ' into \'.
 grub_quote () {
   sed "s/'/'\\\\''/g"
 }