From 0da925a25cdac0e6a6c4a8fdd35e8026debc9db7 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Thu, 26 Feb 2026 23:47:56 -0600 Subject: [PATCH] episode: Fix: Bash ((var++)) returns exit code 1 with set -e when var is 0 --- episodes/2026-02-26.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/episodes/2026-02-26.md b/episodes/2026-02-26.md index 84aa43bd9d8..6b0f6232162 100644 --- a/episodes/2026-02-26.md +++ b/episodes/2026-02-26.md @@ -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