aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/check.sh
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-05-26 23:34:04 +0800
committerHsiangNianian <i@jyunko.cn>2025-05-26 23:34:04 +0800
commitcdb44d51c7c9753ab67fafbaf91735f48b0cec28 (patch)
tree50324798ba6ca352eb0a293b4171b8ef69ac4f33 /scripts/check.sh
parent15b69c226945a47bd92b19485e9ae5b682cc39cf (diff)
downloadsoon-cdb44d51c7c9753ab67fafbaf91735f48b0cec28.tar.gz
soon-cdb44d51c7c9753ab67fafbaf91735f48b0cec28.zip
feat: Update .gitignore to include .SRCINFO and PKGBUILD; modify check.sh path
Diffstat (limited to 'scripts/check.sh')
-rw-r--r--scripts/check.sh2
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"