diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-12 15:36:53 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-12 15:36:53 +0300 |
| commit | 4bc2494fa2ed576e2e656402567df0f10c38460f (patch) | |
| tree | 5618d7322b49c207fdad11fb6930835d864b18ca /src/lib/action.source.sh | |
| parent | d5a58a1115bb3faa45caefeb053a5808406afa35 (diff) | |
Make run_action status-safe for bm0
Diffstat (limited to 'src/lib/action.source.sh')
| -rw-r--r-- | src/lib/action.source.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/action.source.sh b/src/lib/action.source.sh index 77b7f8c..a041c9a 100644 --- a/src/lib/action.source.sh +++ b/src/lib/action.source.sh @@ -271,8 +271,7 @@ run_action() { fi ;; --clean|--generate|--refresh-splash|--sync|--dry-run|--print-config) - SHURIKEN_ACTION_BODY_RUNNER=run_action_body_direct \ - run_configured_action + run_configured_action status=$? if (( status != 0 )); then return "$status" |
