ignore differences for doc_lang

This commit is contained in:
Marc Delisle
2006-09-08 11:28:23 +00:00
parent 15f0365c36
commit 82f7ccb11a
2 changed files with 4 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ MASTER="english-iso-8859-1.inc.php"
TMPDIR="tmp-check"
FILEPAT="*.inc.php"
STRINGMATCH='^[[:space:]]*\$[[:alnum:]_]+[[:blank:]]+='
IGNOREMATCH='strEncto|strKanjiEncodConvert|strXkana|allow_recoding'
IGNOREMATCH='strEncto|strKanjiEncodConvert|strXkana|allow_recoding|doc_lang'
if [ "`which diffstat`" = "" ] ; then
echo 'You need diffstat to use this!'