We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf95d2 commit 09d3a4eCopy full SHA for 09d3a4e
cd/00_setup_env.sh
@@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8
9
# The root dir.
10
# The ci system copies this folder.
11
# This is where the depends build is done.
12
-BASE_ROOT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )"/../../ >/dev/null 2>&1 && pwd )
+BASE_ROOT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )"/../ >/dev/null 2>&1 && pwd )
13
export BASE_ROOT_DIR
14
15
echo "Setting specific values in env"
0 commit comments