From 1d95ad172acde8f2b01cb82d70dde81612e3310e Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Tue, 7 Oct 2014 23:51:02 +0200 Subject: [PATCH] Fix for older po4a versions --- i18n-tools/scripts/run_po4a.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n-tools/scripts/run_po4a.sh b/i18n-tools/scripts/run_po4a.sh index d45895e2..4d6e7c52 100755 --- a/i18n-tools/scripts/run_po4a.sh +++ b/i18n-tools/scripts/run_po4a.sh @@ -28,9 +28,9 @@ 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 touch "$PO4A_SIGNALFILE" -fi \ No newline at end of file +fi