aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow
diff options
context:
space:
mode:
Diffstat (limited to 'aux/workflow')
-rwxr-xr-xaux/workflow/l10n.sh4
1 files changed, 2 insertions, 2 deletions
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