Fix for older po4a versions
parent
ce38c26dbf
commit
1d95ad172a
|
@ -28,7 +28,7 @@ if [ -n "$VERBOSE" ]; then
|
|||
else
|
||||
verbosity="-q"
|
||||
fi
|
||||
PERL5LIB="${SCRIPT_DIR}/perllib${PERL5LIB+:}$PERL5LIB" po4a -k0 $verbosity -f "$PO4A_CONFIG_FILE" --msgmerge-opt --no-wrap
|
||||
PERL5LIB="${SCRIPT_DIR}/perllib${PERL5LIB+:}$PERL5LIB" po4a -k0 $verbosity -f "$PO4A_CONFIG_FILE" --msgmerge-opt=--no-wrap
|
||||
|
||||
# if applicable, touch dummy signal file to indicate success
|
||||
if [ -n "$PO4A_SIGNALFILE" ]; then
|
||||
|
|
Loading…
Reference in New Issue