You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(scripts): handle missing lqx/ patches in series file
grep exits 1 when no lines match; under set -e this killed the script
when the Liquorix release has no lqx/ patch series (e.g. 6.19-6 only
has zen/ patches). Refactor into a stage_patches helper that captures
grep output safely.
0 commit comments