mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
DEVTOOLS: Added another exception to the POTFILES release check
This commit is contained in:
@@ -297,7 +297,7 @@ echo_n "Checking missing/extra POTFILES..."
|
||||
git grep -l "common/translation\.h" | grep -v devtools/create_engine | grep -v devtools/release-checks.sh | \
|
||||
grep -v devtools/generate-android-i18n-strings.py | grep -v engines/gob/detection/tables.h | \
|
||||
grep -v avfaudio-text-to-speech.mm | grep -v engines/m4/subtitles.cpp | \
|
||||
grep -v testbed/metaengine.cpp | sort > $TMP
|
||||
grep -v testbed/metaengine.cpp | grep -v waynesworld/waynesworld.cpp| sort > $TMP
|
||||
|
||||
res=`diff - $TMP <<< "$list"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user