diff options
author | EuAndreh <eu@euandre.org> | 2022-01-19 15:23:54 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-19 15:23:54 -0300 |
commit | 3cf3d9f9d25f54844f28ce1bb5d899c18b46827e (patch) | |
tree | da8a20712a7ccd1e25d985b4a23dd1f5a9aad440 | |
parent | src/td.in: Disable unusable WIP linting (diff) | |
download | td-3cf3d9f9d25f54844f28ce1bb5d899c18b46827e.tar.gz td-3cf3d9f9d25f54844f28ce1bb5d899c18b46827e.tar.xz |
aux/workflow/l10n.sh: Wait for trailing pending processes
-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 |