Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2bd416e7f9 | |||
| e4469cb67d |
@@ -97,14 +97,12 @@ function remove-whitespace {
|
||||
fi
|
||||
done
|
||||
|
||||
excludes+=(")" "-type d" "-prune")
|
||||
excludes+=(")" "-type d" "-prune" "-o")
|
||||
|
||||
for arg in "${exclude_files[@]}"; do
|
||||
excludes+=("-not" "-name" "${arg}")
|
||||
done
|
||||
|
||||
excludes+=("-o")
|
||||
|
||||
for arg in "${path_args[@]}"; do
|
||||
files=("$(
|
||||
find "${arg}" \
|
||||
|
||||
Reference in New Issue
Block a user