* util/grub-mkconfig.in: Ignore emacsen backup.
This commit is contained in:
parent
478182a838
commit
6d1fa41fb4
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
2011-04-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/kern/emu/hostdisk.c (open_device): Sync on close and not
|
* grub-core/kern/emu/hostdisk.c (open_device): Sync on close and not
|
||||||
|
|
|
@ -280,6 +280,8 @@ for i in ${grub_mkconfig_dir}/* ; do
|
||||||
case "$i" in
|
case "$i" in
|
||||||
# emacsen backup files. FIXME: support other editors
|
# 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
|
if grub_file_is_not_garbage "$i" && test -x "$i" ; then
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in a new issue