diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/sync-translations.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/sync-translations.sh b/scripts/sync-translations.sh index 1e86340..20e2a78 100755 --- a/scripts/sync-translations.sh +++ b/scripts/sync-translations.sh @@ -1,4 +1,5 @@ -#!/bin/sh -eux +#!/bin/sh +set -eux -./scripts/extract-translations.sh -./scripts/apply-translations.sh +sh scripts/extract-translations.sh +sh scripts/apply-translations.sh |