diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-06-25 07:53:57 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-25 20:21:13 +0800 |
commit | f61ac686fd3642d81576849bceedd6c86fa934e2 (patch) | |
tree | 6b996b313ca5b9f9bca640f92452b9c6b80287ae /scripts/updatetranslationsource.sh | |
parent | d35c3c0fbf5333eb6c2ce86fb05ff4e0c3efd802 (diff) | |
download | subsurface-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-x | scripts/updatetranslationsource.sh | 2 |
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 |