episode: Fix: Bash ((var++)) returns exit code 1 with set -e when var is 0

This commit is contained in:
Cal Corum 2026-02-26 23:47:56 -06:00
parent 375e547a17
commit 0da925a25c

View File

@ -203,3 +203,7 @@ Session size: 17 messages, 2 tool calls
## 23:47 - Dotfiles symlink repo at cal/dotfiles on Gitea
- **Type:** configuration
- **Tags:** dotfiles, symlink, workstation, gitea, configuration, claude-home
## 23:47 - Fix: Bash ((var++)) returns exit code 1 with set -e when var is 0
- **Type:** fix
- **Tags:** bash, scripting, debugging, fix, set-e, arithmetic, dotfiles