summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/updatetranslationsource.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/updatetranslationsource.sh b/scripts/updatetranslationsource.sh
index 61dbb0713..a2cb0aa1b 100755
--- a/scripts/updatetranslationsource.sh
+++ b/scripts/updatetranslationsource.sh
@@ -27,7 +27,7 @@ popd
# recreate make files and create translation strings
cmake .
pushd translations
-make translations_update > /dev/null 2>&1
+make translations_update > translationsupdate.log 2>&1
popd
# restore the CMakeLists.txt and rebuild makefiles