From: Frank Brehm Date: Fri, 8 Feb 2019 09:35:57 +0000 (+0100) Subject: Extending update-env.sh X-Git-Tag: 1.1.0^2~7^2~5 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=01fe4118ea734b20dffe5d8182b136178c004f3d;p=pixelpark%2Fcreate-vmware-tpl.git Extending update-env.sh --- diff --git a/update-env.sh b/update-env.sh index 4e2b04a..97550a1 100755 --- a/update-env.sh +++ b/update-env.sh @@ -60,13 +60,13 @@ echo "Installed modules:" echo pip list --format columns -#if [[ -x compile-xlate-msgs.sh ]]; then -# echo -# echo "--------------" -# echo "Updating i18n files in ${base_dir} ..." -# echo -# ./compile-xlate-msgs.sh -#fi +if [[ -x compile-xlate-msgs.sh ]]; then + echo + echo "--------------" + echo "Updating i18n files in ${base_dir} ..." + echo + ./compile-xlate-msgs.sh +fi cd python_fb_tools if [[ -x compile-xlate-msgs.sh ]]; then