public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-boot/grub/files: grub-2.00-gettext_printf.patch
@ 2012-07-22 16:43 Mike Gilbert (floppym)
  0 siblings, 0 replies; only message in thread
From: Mike Gilbert (floppym) @ 2012-07-22 16:43 UTC (permalink / raw
  To: gentoo-commits

floppym     12/07/22 16:43:05

  Added:                grub-2.00-gettext_printf.patch
  Log:
  Fix problem with single quotes in translated messages in grub-mkconfig. Bug 426364 by Alex Domingo.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-boot/grub/files/grub-2.00-gettext_printf.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub-2.00-gettext_printf.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub-2.00-gettext_printf.patch?rev=1.1&content-type=text/plain

Index: grub-2.00-gettext_printf.patch
===================================================================
https://bugs.gentoo.org/show_bug.cgi?id=426364
https://savannah.gnu.org/bugs/index.php?36839
--- util/grub-mkconfig_lib.in
+++ util/grub-mkconfig_lib.in
@@ -273,7 +273,7 @@
 gettext_printf () {
   gettext_printf_format="$1"
   shift
-  printf "$(gettext "$gettext_printf_format")" "$@"
+  printf "$(gettext_quoted "$gettext_printf_format")" "$@"
 }
 
 uses_abstraction () {






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-22 16:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-22 16:43 [gentoo-commits] gentoo-x86 commit in sys-boot/grub/files: grub-2.00-gettext_printf.patch Mike Gilbert (floppym)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox