diff options
Diffstat (limited to 'aux/workflow/l10n.sh')
-rwxr-xr-x | aux/workflow/l10n.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/l10n.sh b/aux/workflow/l10n.sh index cf687aa..1002adc 100755 --- a/aux/workflow/l10n.sh +++ b/aux/workflow/l10n.sh @@ -49,7 +49,7 @@ for from_f in "$@"; do md2po --include-codeblocks --quiet --save \ --po-filepath "$pofile" < "$from_f" po2md --pofiles "$pofile" --save "$to_f" \ - --quiet --wrapwidth 999 < "$from_f" + --quiet < "$from_f" ;; *) echo "Unsupported file format: $from_f" >&2 |