Fix minor bugs in grub-md5-crypt.

This commit is contained in:
okuji 2001-08-08 05:17:21 +00:00
parent 9e195f47c2
commit 044d8501b5
2 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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