This commit is contained in:
Santiago Lo Coco 2022-03-01 13:34:32 -03:00
parent 8b4e0ec73c
commit 68f5e1d1eb
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ namcapAnalysis() {
mapfile -t warnings < <(namcap PKGBUILD) mapfile -t warnings < <(namcap PKGBUILD)
printWarnings "PKGBUILD" printWarnings "PKGBUILD"
pkgFile=$(sudo -u calbuilder makepkg --packagelist)
if [ -f "$pkgFile" ]; then if [ -f "$pkgFile" ]; then
relPkgFile="$(realpath --relative-base="$baseDir" "$pkgFile")" relPkgFile="$(realpath --relative-base="$baseDir" "$pkgFile")"
mapfile -t warnings < <(namcap "$pkgFile") mapfile -t warnings < <(namcap "$pkgFile")