aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/l10n.sh
diff options
context:
space:
mode:
Diffstat (limited to 'aux/workflow/l10n.sh')
-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 6574e0f..cbdae7f 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 --include-codeblocks --quiet --save --po-filepath "$pofile" "$from_f"
- po2md --pofiles "$pofile" --quiet --save "$to_f" "$from_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