From f2f19227b14d5a342fdfb48f7d67914d947160a9 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 19 Jun 2026 10:00:09 +0200 Subject: fix: strip trailing slash in review hint path for consistent output Co-Authored-By: Claude Opus 4.8 --- mkhint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkhint') diff --git a/mkhint b/mkhint index f3395e7..8decc76 100755 --- a/mkhint +++ b/mkhint @@ -156,7 +156,7 @@ review_hint_files() { local deleted=0 kept=0 local pkg for pkg in "${MATCHED_PKGS[@]}"; do - local hint="${HINT_DIR}/${pkg}.hint" + local hint="${HINT_DIR%/}/${pkg}.hint" local info info=$(find "$REPO_DIR" -mindepth 2 -name "${pkg}.info" 2>/dev/null | head -1) [[ -f "$hint" ]] || continue -- cgit v1.2.3