mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-28 17:57:59 +00:00
* util/grub-mkconfig.in: Replace $0 with $self.
* util/grub-reboot.in: Likewise. * util/grub-set-default.in: Likewise.
This commit is contained in:
parent
3ace8d7584
commit
67811a6fd4
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user