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
|
@ -124,7 +124,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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue