You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
50a4a9de74
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.