Fix message extraction with scripty

Authored by ltoscano on Oct 7 2018, 2:13 PM.

Description

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.

Details

Committed
ltoscanoOct 7 2018, 2:13 PM
Parents
R5:ccfe88066dfe: Include missing header for macOS builds
Branches
Unknown
Tags
Unknown
ltoscano added subscribers: yurchor, lueck, aacid.

@aacid @lueck @yurchor hopefully this fixes the extraction of messages for rkward data files.