Skip to content

Commit 4034a1f

Browse files
committed
Make env vars script zsh-compatible
1 parent fb9363f commit 4034a1f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cypher/scripts/environment-variables-default.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#!/bin/bash
2-
3-
cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
1+
cd "$( cd "$( dirname "${BASH_SOURCE[0]:-${(%):-%x}}" )" >/dev/null 2>&1 && pwd )"
42
cd ..
53

64
export NEO4J_CONTAINER_ROOT=`pwd`/neo4j-scratch

0 commit comments

Comments
 (0)