Skip to content

Commit e8b9da9

Browse files
authored
scripts: remove unused FILES variable in link-format-chk.sh
1 parent 9a2791b commit e8b9da9

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)