Skip license.xml and versions.xml

This commit is contained in:
Philip Olson
2008-11-12 16:30:31 +00:00
parent ae4e01f04a
commit 3da4fd166e

View File

@ -297,6 +297,8 @@ function do_revcheck($dir = '') {
|| $file == 'DO_NOT_TRANSLATE'
|| $file == 'rsusi.txt'
|| $file == 'missing-ids.xml'
|| $file == 'license.xml'
|| $file == 'versions.xml'
) {
continue;
}