From e8b9da92847e6b0e0e1a222851bfa401b9202165 Mon Sep 17 00:00:00 2001 From: strmfos <155266597+strmfos@users.noreply.github.com> Date: Thu, 14 Aug 2025 11:53:03 +0200 Subject: [PATCH] scripts: remove unused FILES variable in link-format-chk.sh --- scripts/link-format-chk.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/link-format-chk.sh b/scripts/link-format-chk.sh index 9493765d..08c8ef39 100755 --- a/scripts/link-format-chk.sh +++ b/scripts/link-format-chk.sh @@ -7,7 +7,6 @@ # Check wrong mediawiki link format ECODE=0 -FILES="" for fname in *.mediawiki; do GRES=$(grep -n '](http' $fname) if [ "$GRES" != "" ]; then