aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/dist.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-21 00:37:21 -0300
committerEuAndreh <eu@euandre.org>2022-02-19 16:33:23 -0300
commitefd4bc1eaa34d011ca425218f4f85defe79737d2 (patch)
treeee4edb0352940109ec57fb3b2d7354f3e7b32a13 /aux/workflow/dist.sh
parentsrc/locale/: Update translation files (diff)
downloadtd-efd4bc1eaa34d011ca425218f4f85defe79737d2.tar.gz
td-efd4bc1eaa34d011ca425218f4f85defe79737d2.tar.xz
aux/: Update
Diffstat (limited to 'aux/workflow/dist.sh')
-rwxr-xr-xaux/workflow/dist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/dist.sh b/aux/workflow/dist.sh
index 48a9d57..68f8849 100755
--- a/aux/workflow/dist.sh
+++ b/aux/workflow/dist.sh
@@ -81,7 +81,7 @@ if [ "Release $VVERSION" != "$(git log --format=%B -1 HEAD | head -n1)" ]; then
fi
make clean
-make dev-check EXTRA_VERSION="$VVERSION"
+env ASSERT_NO_MISSING_TRANSLATIONS=1 make dev-check EXTRA_VERSION="$VVERSION"
if ! (git diff --quiet && git diff --quiet --staged); then
echo 'Dirty repository.'