Fix bug
This commit is contained in:
parent
4cd3baaf3c
commit
b3c23a634a
|
@ -123,7 +123,8 @@ runScript() {
|
|||
exportPackageFiles
|
||||
namcapAnalysis
|
||||
|
||||
newFiles=$(find -H "$PWD" -not -path '*.git*' -not -name "$pkgFile*" -not -name '.SRCINFO')
|
||||
echo "$relPkgFile --- $pkgFile"
|
||||
newFiles=$(find -H "$PWD" -not -path '*.git*' -not -name "$relPkgFile*" -not -name '.SRCINFO')
|
||||
mapfile -t toRemove < <(printf '%s\n%s\n' "$newFiles" "$oldFiles" | sort | uniq -u)
|
||||
rm -rf "${toRemove[@]}"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue