Fix for older po4a versions
parent
ce38c26dbf
commit
1d95ad172a
|
@ -28,9 +28,9 @@ if [ -n "$VERBOSE" ]; then
|
||||||
else
|
else
|
||||||
verbosity="-q"
|
verbosity="-q"
|
||||||
fi
|
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 applicable, touch dummy signal file to indicate success
|
||||||
if [ -n "$PO4A_SIGNALFILE" ]; then
|
if [ -n "$PO4A_SIGNALFILE" ]; then
|
||||||
touch "$PO4A_SIGNALFILE"
|
touch "$PO4A_SIGNALFILE"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue