* util/grub-mkconfig.in: Ignore emacsen backup.

This commit is contained in:
Martin Zuther 2011-04-08 11:53:17 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 478182a838
commit 6d1fa41fb4
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-04-08 Martin Zuther <mzuther@mzuther.de>
* util/grub-mkconfig.in: Ignore emacsen backup.
2011-04-08 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/hostdisk.c (open_device): Sync on close and not

View File

@ -280,6 +280,8 @@ for i in ${grub_mkconfig_dir}/* ; do
case "$i" in
# emacsen backup files. FIXME: support other editors
*~) ;;
# emacsen autosave files. FIXME: support other editors
\#*\#) ;;
*)
if grub_file_is_not_garbage "$i" && test -x "$i" ; then
echo