* 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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue