diff options
Diffstat (limited to 'scripts/check.sh')
| -rw-r--r-- | scripts/check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check.sh b/scripts/check.sh index c6b4afd..ea01193 100644 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -1,4 +1,4 @@ -cd ../aur +cd aur for hash in $(git rev-list --max-count=10 HEAD); do echo "Checking $hash..." git ls-tree --name-only -r $hash | grep -q '^PKGBUILD$' || echo "❌ Missing PKGBUILD in $hash" |