* util/grub-mkconfig.in: Remove vestige of old argument parsing that
left this script non-functional.
This commit is contained in:
parent
41160e2e6f
commit
8d70754eed
2 changed files with 5 additions and 5 deletions
|
@ -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>
|
2010-06-14 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* docs/man/grub-emu.h2m: New file.
|
* docs/man/grub-emu.h2m: New file.
|
||||||
|
|
|
@ -92,11 +92,6 @@ do
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
if $next_grub_cfg; then
|
|
||||||
echo "Missing argument to \`-o'" 1>&2
|
|
||||||
usage
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
. ${libdir}/grub/grub-mkconfig_lib
|
. ${libdir}/grub/grub-mkconfig_lib
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue