Don't stow swap files gdi
This commit is contained in:
parent
13a662b060
commit
941b07bc3e
@ -75,7 +75,7 @@ checkconflict() {
|
||||
error "Could not read directory: $1" 2
|
||||
fi
|
||||
# Get our list of files
|
||||
local files="$(find "$1" -type f -o -type l)"
|
||||
local files="$(find "$1" ! -name "*.swp" -type f -o -type l)"
|
||||
local directories="$(find "$1" -type d)"
|
||||
local -a conflict
|
||||
# Iterate over them
|
||||
|
Loading…
Reference in New Issue
Block a user