summaryrefslogtreecommitdiffstats
path: root/scripts/updatetranslationsource.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-06-25 07:53:57 +0900
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-06-25 20:21:13 +0800
commitf61ac686fd3642d81576849bceedd6c86fa934e2 (patch)
tree6b996b313ca5b9f9bca640f92452b9c6b80287ae /scripts/updatetranslationsource.sh
parentd35c3c0fbf5333eb6c2ce86fb05ff4e0c3efd802 (diff)
downloadsubsurface-f61ac686fd3642d81576849bceedd6c86fa934e2.tar.gz
tools: keep the log of translation extraction
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/updatetranslationsource.sh')
-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