Fix bug
This commit is contained in:
parent
8b4e0ec73c
commit
68f5e1d1eb
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue