2009-12-08 Colin Watson <cjwatson@ubuntu.com>

* util/grub-reboot.in: Fix --version output.
	* util/grub-set-default.in: Likewise.
This commit is contained in:
Colin Watson 2009-12-08 01:00:26 +00:00
parent 42356b4d5e
commit 47075ea3c7
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-12-08 Colin Watson <cjwatson@ubuntu.com>
* util/grub-reboot.in: Fix --version output.
* util/grub-set-default.in: Likewise.
2009-12-08 Colin Watson <cjwatson@ubuntu.com>
* util/grub.d/00_header.in: Silently ignore zero-sized environment

View File

@ -51,7 +51,7 @@ for option in "$@"; do
usage
exit 0 ;;
-v | --version)
echo "grub-install (GNU GRUB ${PACKAGE_VERSION})"
echo "grub-reboot (GNU GRUB ${PACKAGE_VERSION})"
exit 0 ;;
--root-directory=*)
rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;

View File

@ -51,7 +51,7 @@ for option in "$@"; do
usage
exit 0 ;;
-v | --version)
echo "grub-install (GNU GRUB ${PACKAGE_VERSION})"
echo "grub-set-default (GNU GRUB ${PACKAGE_VERSION})"
exit 0 ;;
--root-directory=*)
rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;