From 8cf417812029a197cb7eebc2c114e1d0c6cbc8d9 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 16 Jul 2021 09:01:25 -0300 Subject: aux/workflow/l10n.sh: Put positional arguments at the end --- aux/workflow/l10n.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aux/workflow') diff --git a/aux/workflow/l10n.sh b/aux/workflow/l10n.sh index 8123b8c..6574e0f 100755 --- a/aux/workflow/l10n.sh +++ b/aux/workflow/l10n.sh @@ -40,8 +40,8 @@ for from_f in "$@"; do ;; *.en.md) touch "$pofile" - md2po "$from_f" --include-codeblocks --quiet --save --po-filepath "$pofile" - po2md "$from_f" --pofiles "$pofile" --quiet --save "$to_f" + md2po --include-codeblocks --quiet --save --po-filepath "$pofile" "$from_f" + po2md --pofiles "$pofile" --quiet --save "$to_f" "$from_f" ;; *) echo "Unsupported file format: $from_f" >&2 -- cgit v1.2.3