1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-08-18 13:26:23 +00:00

Merge pull request #1934 from strmfos/master

scripts: remove unused FILES variable in link-format-chk.sh
This commit is contained in:
Jon Atack 2025-08-14 07:05:45 -07:00 committed by GitHub
commit 9a55a542cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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