From a833a60bacfa35d72a670c01b4bbeea5798c75d4 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 7 Nov 2025 13:25:43 +0000 Subject: [PATCH] fix: Remove set -e from build.zsh to prevent early exit on errors --- build.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.zsh b/build.zsh index 3567124..83ce025 100755 --- a/build.zsh +++ b/build.zsh @@ -4,8 +4,6 @@ # 2. Setup user (ai) and shell # 3. Setup Claude Code and aigpt -set -e - echo "=== aios build ===" echo ""