From 7866a6b62914439b3e5cc0c4d3165fe58700c5e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=AE=97=E5=B9=B3?= Date: Thu, 11 Jun 2026 21:53:08 +0800 Subject: [PATCH] fix: remove set -e to avoid arithmetic exit-code trap --- scripts/run_compare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_compare.sh b/scripts/run_compare.sh index 7874cf0..8e1472c 100755 --- a/scripts/run_compare.sh +++ b/scripts/run_compare.sh @@ -10,7 +10,7 @@ # # 管道: inject → detect-batch → render-algo → montage -set -euo pipefail +set -uo pipefail BUILTIN_DIR="${1:-../../datasets/builtin}" OUTPUT="${2:-render_compare}"