Files
RedBear-OS/local/scripts
vasilito 40b4dcd052 build-redbear.sh: fix set -e abort when any fork is dirty
The stash loop ended with '[ any_dirty = 0 ] && echo ...' as the
function's last command — when a fork IS dirty (any_dirty=1), the
compound returns 1 and set -e kills the build silently right after the
stash phase. Only visible with REDBEAR_ALLOW_DIRTY=1 (the dirty gate
refuses earlier otherwise). Now an explicit if + return 0.
2026-07-24 09:46:20 +09:00
..