From 22d0a1a00f36e21c2094bd0934d8cde68ec72c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=81Z=C3=81R=20Imre=20AI=20Agent?= Date: Thu, 16 Jul 2026 13:58:28 +0200 Subject: [PATCH] chore(build): drop unused JMAP variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit jmap.py is an authoring-only tool and is not invoked at build time; remove the dead variable so the script matches the README. Signed-off-by: LÁZÁR Imre Assisted-by: claude-code@claude-opus-4-8 --- build-baseline.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-baseline.sh b/build-baseline.sh index a4222696..bdf5917f 100755 --- a/build-baseline.sh +++ b/build-baseline.sh @@ -13,7 +13,6 @@ set -euo pipefail ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" OUT="${1:-$ROOT/out}" -JMAP="$ROOT/lib/jmap.py" log(){ printf '[build] %s\n' "$*"; } rm -rf "$OUT"; mkdir -p "$OUT"