diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-12 14:41:18 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-12 14:41:18 +0300 |
| commit | c1062bce6ad73d25122b2d9b804ee92a9cfcb0eb (patch) | |
| tree | 22897829558cca289afa52069710b07b6acda153 /vale.ini | |
| parent | 1cd64284693327002a97fa5531f9e2dc92168efb (diff) | |
scripts: stabilize-video — fix EXIT trap unbound var under set -u
trf_dir was declared local in main(), so the EXIT trap referencing it
fired after main returned — under set -u that became an unbound variable
error and the script exited non-zero even though stabilization succeeded.
Hoist trf_dir to script scope and guard the trap.
Diffstat (limited to 'vale.ini')
0 files changed, 0 insertions, 0 deletions
