]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Extending update-env.sh
authorFrank Brehm <frank.brehm@pixelpark.com>
Fri, 8 Feb 2019 09:35:57 +0000 (10:35 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Fri, 8 Feb 2019 09:35:57 +0000 (10:35 +0100)
update-env.sh

index 4e2b04a698eb8465cfc59e651580b013b73ffe03..97550a1c8009f3bafeba9358e856d13c5676752d 100755 (executable)
@@ -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