Update runScript()

This commit is contained in:
Santiago Lo Coco 2022-03-01 17:53:33 -03:00
parent dd6037f6f5
commit 2579c3dc8b
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ runScript() {
namcapAnalysis namcapAnalysis
exportPackageFiles exportPackageFiles
findArgs+=("-not" "-name" "$relPkgFile*" "-not" "-name" ".SRCINFO") findArgs+=("-not" "-name" "$pkgFile*" "-not" "-name" ".SRCINFO")
newFiles=$(find -H "$PWD" "${findArgs[@]}") newFiles=$(find -H "$PWD" "${findArgs[@]}")
files=$(printf '%s\n%s\n' "$newFiles" "$oldFiles") files=$(printf '%s\n%s\n' "$newFiles" "$oldFiles")
mapfile -t toRemove < <(echo "$files" | sort | uniq -u) mapfile -t toRemove < <(echo "$files" | sort | uniq -u)