We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9363f commit 4034a1fCopy full SHA for 4034a1f
cypher/scripts/environment-variables-default.sh
@@ -1,6 +1,4 @@
1
-#!/bin/bash
2
-
3
-cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
+cd "$( cd "$( dirname "${BASH_SOURCE[0]:-${(%):-%x}}" )" >/dev/null 2>&1 && pwd )"
4
cd ..
5
6
export NEO4J_CONTAINER_ROOT=`pwd`/neo4j-scratch
0 commit comments