* 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
3 changed files with 3 additions and 3 deletions
|
@ -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 a new issue