Skip to content

Commit 9a55a54

Browse files
authored
Merge pull request #1934 from strmfos/master
scripts: remove unused FILES variable in link-format-chk.sh
2 parents e918125 + e8b9da9 commit 9a55a54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/link-format-chk.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# Check wrong mediawiki link format
88

99
ECODE=0
10-
FILES=""
1110
for fname in *.mediawiki; do
1211
GRES=$(grep -n '](http' $fname)
1312
if [ "$GRES" != "" ]; then

0 commit comments

Comments
 (0)