Update runScript()

This commit is contained in:
Santiago Lo Coco 2022-03-01 13:48:33 -03:00
parent b3c23a634a
commit 04fe2c8dd8
1 changed files with 0 additions and 2 deletions

View File

@ -119,11 +119,9 @@ runScript() {
installAurDeps installAurDeps
buildPackage buildPackage
ls -al
exportPackageFiles exportPackageFiles
namcapAnalysis namcapAnalysis
echo "$relPkgFile --- $pkgFile"
newFiles=$(find -H "$PWD" -not -path '*.git*' -not -name "$relPkgFile*" -not -name '.SRCINFO') 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) mapfile -t toRemove < <(printf '%s\n%s\n' "$newFiles" "$oldFiles" | sort | uniq -u)
rm -rf "${toRemove[@]}" rm -rf "${toRemove[@]}"