* util/grub-mkconfig.in: Remove vestige of old argument parsing that

left this script non-functional.
This commit is contained in:
Colin Watson 2010-06-14 15:34:47 +01:00
parent 41160e2e6f
commit 8d70754eed
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2010-06-14 Colin Watson <cjwatson@ubuntu.com>
* util/grub-mkconfig.in: Remove vestige of old argument parsing that
left this script non-functional.
2010-06-14 Colin Watson <cjwatson@ubuntu.com>
* docs/man/grub-emu.h2m: New file.

View File

@ -92,11 +92,6 @@ do
;;
esac
done
if $next_grub_cfg; then
echo "Missing argument to \`-o'" 1>&2
usage
exit 1
fi
. ${libdir}/grub/grub-mkconfig_lib