]> git.proxmox.com Git - grub2.git/commitdiff
Fix typo (gettext_print instead of gettext_printf)
authorAndrey Borzenkov <arvidjaar@gmail.com>
Thu, 14 Aug 2014 17:02:31 +0000 (21:02 +0400)
committerColin Watson <cjwatson@debian.org>
Tue, 18 Nov 2014 15:12:51 +0000 (15:12 +0000)
Bug-Ubuntu: https://bugs.launchpad.net/bugs/1390766
Origin: upstream, http://git.savannah.gnu.org/gitweb/?p=grub.git;a=commitdiff;h=c291f47b2c003ef6daeafaedd458db838bad6fb8
Last-Update: 2014-11-18

Patch-Name: gettext-print-typo.patch

util/grub-mkconfig.in

index ccce9e5a91acf4d1196d04c5288c527fd85b71b5..4641563d46158fd2884797ce0aab0af19d0090e1 100644 (file)
@@ -131,7 +131,7 @@ set $grub_probe dummy
 if test -f "$1"; then
     :
 else
-    gettext_print "%s: Not found.\n" "$1" 1>&2
+    gettext_printf "%s: Not found.\n" "$1" 1>&2
     exit 1
 fi