From 8c2bd60257e7cf7371afd14b17237ca83156543c Mon Sep 17 00:00:00 2001 From: Yogthos Date: Tue, 30 Jun 2026 17:14:44 -0400 Subject: [PATCH] cleanup --- bin/joltc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/joltc b/bin/joltc index 0ccce51..dfb949d 100755 --- a/bin/joltc +++ b/bin/joltc @@ -13,7 +13,6 @@ # the user's original cwd (the project dir, where deps.edn lives) is passed in # JOLT_PWD. root="$(CDPATH= cd -- "$(dirname -- "$0")/.." && pwd)" -JOLT_PWD="${JOLT_PWD:-$PWD}" -export JOLT_PWD +export JOLT_PWD="${JOLT_PWD:-$PWD}" cd "$root" || exit 1 exec chez --script host/chez/cli.ss "$@"