mirror of
https://github.com/bitcoin/bips.git
synced 2025-08-25 13:28:34 +00:00
Merge pull request #1934 from strmfos/master
scripts: remove unused FILES variable in link-format-chk.sh
This commit is contained in:
commit
9a55a542cc
@ -7,7 +7,6 @@
|
|||||||
# Check wrong mediawiki link format
|
# Check wrong mediawiki link format
|
||||||
|
|
||||||
ECODE=0
|
ECODE=0
|
||||||
FILES=""
|
|
||||||
for fname in *.mediawiki; do
|
for fname in *.mediawiki; do
|
||||||
GRES=$(grep -n '](http' $fname)
|
GRES=$(grep -n '](http' $fname)
|
||||||
if [ "$GRES" != "" ]; then
|
if [ "$GRES" != "" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user