summaryrefslogtreecommitdiff
path: root/ssh/config
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-12 14:41:18 +0300
committerPaul Buetow <paul@buetow.org>2026-07-12 14:41:18 +0300
commitc1062bce6ad73d25122b2d9b804ee92a9cfcb0eb (patch)
tree22897829558cca289afa52069710b07b6acda153 /ssh/config
parent1cd64284693327002a97fa5531f9e2dc92168efb (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 'ssh/config')
0 files changed, 0 insertions, 0 deletions