cleanup
This commit is contained in:
parent
7275eb54a5
commit
8c2bd60257
1 changed files with 1 additions and 2 deletions
|
|
@ -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 "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue