* util/grub-mkconfig.in: Fix detection of Emacs autosave files.

This commit is contained in:
Colin Watson 2013-08-11 16:03:48 +02:00
parent 272dc8dfe2
commit c137aea04b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-08-11 Colin Watson <cjwatson@ubuntu.com>
* util/grub-mkconfig.in: Fix detection of Emacs autosave files.
2013-08-08 Vladimir Testov <vladimir.testov@rosalab.ru>
* docs/grub.texi: Introduce terminal window position options:

View File

@ -240,7 +240,7 @@ for i in ${grub_mkconfig_dir}/* ; do
# 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