We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e918125 + e8b9da9 commit 9a55a54Copy full SHA for 9a55a54
scripts/link-format-chk.sh
@@ -7,7 +7,6 @@
7
# Check wrong mediawiki link format
8
9
ECODE=0
10
-FILES=""
11
for fname in *.mediawiki; do
12
GRES=$(grep -n '](http' $fname)
13
if [ "$GRES" != "" ]; then
0 commit comments