Fix minor bugs in grub-md5-crypt.
This commit is contained in:
parent
9e195f47c2
commit
044d8501b5
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2001-08-08 OKUJI Yoshinori <okuji@gnu.org>
|
||||||
|
|
||||||
|
* util/grub-md5-crypt.in: Prefix backquotes with backslashes in
|
||||||
|
strings. From Fernando Silveira.
|
||||||
|
|
||||||
2001-08-02 Gordon Matzigkeit <gord@fig.org>
|
2001-08-02 Gordon Matzigkeit <gord@fig.org>
|
||||||
|
|
||||||
* stage2/common.c (init_bios_info): Ignore zero-length memory
|
* stage2/common.c (init_bios_info): Ignore zero-length memory
|
||||||
|
|
|
@ -53,9 +53,9 @@ EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo "$progname: unrecognized option `$option'"
|
echo "$progname: unrecognized option \`$option'"
|
||||||
echo "Usage: $progname [OPTION]"
|
echo "Usage: $progname [OPTION]"
|
||||||
echo "Try `$progname --help' for more information."
|
echo "Try \`$progname --help' for more information."
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue