Files
uutils.github.io/scripts
Sylvestre Ledru 50a4a9de74 Fix set -e compatibility in build-docs-l10n.sh
Use a global variable (MERGE_HAD_FALLBACK) instead of return codes
for merge_ftl, and use if/fi instead of [ ] && cmd in restore_en.
Both patterns caused silent script abortion under set -euo pipefail
when returning non-zero exit codes.
2026-03-22 18:40:01 +01:00
..