]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-mkconfig.in: Ignore emacsen backup.
authorMartin Zuther <mzuther@mzuther.de>
Fri, 8 Apr 2011 09:53:17 +0000 (11:53 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 8 Apr 2011 09:53:17 +0000 (11:53 +0200)
ChangeLog
util/grub-mkconfig.in

index a9aaa81c117420f88cfeca6e77ce9be9d85594a5..cce7aa48376f14cde73e4886bea8ca24b7bb62f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index b041a38d76bdae3b5b66fee3ce799ecc10ba4955..afc66f886b416ab5063c320ea8696343baa45df0 100644 (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