1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-03-02 15:43:53 +00:00

scripts: remove unused FILES variable in link-format-chk.sh

This commit is contained in:
strmfos
2025-08-14 11:53:03 +02:00
committed by GitHub
parent 9a2791bf8b
commit e8b9da9284

View File

@@ -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