Fix typo (gettext_print instead of gettext_printf)
This commit is contained in:
parent
3c05833249
commit
c291f47b2c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2014-08-14 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||||
|
|
||||||
|
* util/grub-mkconfig.in: Fix typo (gettext_print instead of
|
||||||
|
gettext_printf).
|
||||||
|
|
||||||
2014-08-13 Vladimir Serbinenko <phcoder@gmail.com>
|
2014-08-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/term/at_keyboard.c: Retry probing keyboard if
|
* grub-core/term/at_keyboard.c: Retry probing keyboard if
|
||||||
|
|
|
@ -124,7 +124,7 @@ set $grub_probe dummy
|
||||||
if test -f "$1"; then
|
if test -f "$1"; then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
gettext_print "%s: Not found.\n" "$1" 1>&2
|
gettext_printf "%s: Not found.\n" "$1" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue