* util/grub-mkconfig.in: Replace $0 with $self.

* util/grub-reboot.in: Likewise.
	* util/grub-set-default.in: Likewise.
This commit is contained in:
Grégoire Sutre 2013-10-26 20:05:29 +02:00 committed by Vladimir Serbinenko
parent 3ace8d7584
commit 67811a6fd4
3 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ argument () {
shift
if test $# -eq 0; then
gettext_printf "%s: option requires an argument -- \`%s'\n" "$0" "$opt" 1>&2
gettext_printf "%s: option requires an argument -- \`%s'\n" "$self" "$opt" 1>&2
exit 1
fi
echo $1

View File

@ -65,7 +65,7 @@ argument () {
shift
if test $# -eq 0; then
gettext_printf "%s: option requires an argument -- \`%s'\n" "$0" "$opt" 1>&2
gettext_printf "%s: option requires an argument -- \`%s'\n" "$self" "$opt" 1>&2
exit 1
fi
echo $1

View File

@ -63,7 +63,7 @@ argument () {
shift
if test $# -eq 0; then
gettext_printf "%s: option requires an argument -- \`%s'\n" "$0" "$opt" 1>&2
gettext_printf "%s: option requires an argument -- \`%s'\n" "$self" "$opt" 1>&2
exit 1
fi
echo $1