2008-07-29 Christian Franke <franke@computer.org>

* util/update-grub.in: Add a check for admin
	group on Cygwin.
	Remove old `grub.cfg.new' before creation.
	Add `-f' to `mv' to handle the different filesystem
	semantics of Windows.
This commit is contained in:
chrfranke 2008-07-29 15:38:05 +00:00
parent e93e4679ce
commit b609876d15
2 changed files with 24 additions and 3 deletions

View file

@ -1,3 +1,11 @@
2008-07-29 Christian Franke <franke@computer.org>
* util/update-grub.in: Add a check for admin
group on Cygwin.
Remove old `grub.cfg.new' before creation.
Add `-f' to `mv' to handle the different filesystem
semantics of Windows.
2008-07-29 Bean <bean123ch@gmail.com>
* normal/main.c (get_line): Fix buffer overflow bug.