diff --git a/scripts/link-format-chk.sh b/scripts/link-format-chk.sh index 9493765d..08c8ef39 100755 --- a/scripts/link-format-chk.sh +++ b/scripts/link-format-chk.sh @@ -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