Skip to content

Commit 09d3a4e

Browse files
authored
Update 00_setup_env.sh
1 parent caf95d2 commit 09d3a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cd/00_setup_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8
99
# The root dir.
1010
# The ci system copies this folder.
1111
# This is where the depends build is done.
12-
BASE_ROOT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )"/../../ >/dev/null 2>&1 && pwd )
12+
BASE_ROOT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )"/../ >/dev/null 2>&1 && pwd )
1313
export BASE_ROOT_DIR
1414

1515
echo "Setting specific values in env"

0 commit comments

Comments
 (0)