diff options
author | EuAndreh <eu@euandre.org> | 2022-01-19 17:10:42 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-19 17:10:42 -0300 |
commit | 67fe5998c9666f64112141b832f15c0d77b24f33 (patch) | |
tree | 18b381c3e33799d506f04f91fb65c13385ec7b66 /aux/workflow/l10n.sh | |
parent | paku.json: Update td version (diff) | |
download | package-repository-67fe5998c9666f64112141b832f15c0d77b24f33.tar.gz package-repository-67fe5998c9666f64112141b832f15c0d77b24f33.tar.xz |
aux/: Update
Diffstat (limited to 'aux/workflow/l10n.sh')
-rwxr-xr-x | aux/workflow/l10n.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aux/workflow/l10n.sh b/aux/workflow/l10n.sh index cb132a3..f220123 100755 --- a/aux/workflow/l10n.sh +++ b/aux/workflow/l10n.sh @@ -85,6 +85,7 @@ for from_f in "$@"; do parallel_run po_run "$from_f" "$lang" done done +wait EXIT_CODE=0 |