We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 470d28f + a630947 commit 812fbf9Copy full SHA for 812fbf9
bin/pot
@@ -4,8 +4,8 @@ set -e
4
addons=$1
5
shift
6
log INFO Executing Odoo in i18n export mode for addons $addons
7
-# HACK Odoo needs a *.po file to guess the output format
8
-ln -sf /dev/stdout /tmp/stdout.po
9
set -x
10
-exec odoo --stop-after-init -d "$PGDATABASE" --i18n-export /tmp/stdout.po \
+odoo --stop-after-init -d "$PGDATABASE" --i18n-export /tmp/stdout.po \
11
--modules "$addons" --update "$addons" --workers 0 "$@"
+# HACK Odoo needs a *.po file to guess the output format
+cat /tmp/stdout.po
0 commit comments