This commit is contained in:
Yogthos 2026-06-30 17:14:44 -04:00
parent 7275eb54a5
commit 8c2bd60257

View file

@ -13,7 +13,6 @@
# the user's original cwd (the project dir, where deps.edn lives) is passed in # the user's original cwd (the project dir, where deps.edn lives) is passed in
# JOLT_PWD. # JOLT_PWD.
root="$(CDPATH= cd -- "$(dirname -- "$0")/.." && pwd)" root="$(CDPATH= cd -- "$(dirname -- "$0")/.." && pwd)"
JOLT_PWD="${JOLT_PWD:-$PWD}" export JOLT_PWD="${JOLT_PWD:-$PWD}"
export JOLT_PWD
cd "$root" || exit 1 cd "$root" || exit 1
exec chez --script host/chez/cli.ss "$@" exec chez --script host/chez/cli.ss "$@"