Skip to content
Commit d29ef67e authored by Luigi Toscano's avatar Luigi Toscano
Browse files

Fix message extraction with scripty

subprocess.Popen and bash -c are now used because the default value
of XGETTEXT set by scripty is an function defined in the environment.
Using subprocess.call with shell=True uses sh, which does not pass
the function defined with export -f, so let's be explicit
and depend on bash.
parent ccfe8806
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment