Unverified Commit e22a4db8 authored by John Jones's avatar John Jones
Browse files

revert $BASH_SOURCE change in docker_test_wrapper.sh

parent 3f00257a
...@@ -21,7 +21,7 @@ PYTHON_EXE=${PYTHON_EXE:-python} ...@@ -21,7 +21,7 @@ PYTHON_EXE=${PYTHON_EXE:-python}
PIP_CMD=${PIP_CMD:-pip} PIP_CMD=${PIP_CMD:-pip}
# Get needed utilities # Get needed utilities
MULTIBUILD_DIR=$(dirname "$0") MULTIBUILD_DIR=$(dirname "${BASH_SOURCE[0]}")
source $MULTIBUILD_DIR/common_utils.sh source $MULTIBUILD_DIR/common_utils.sh
# Change into root directory of repo # Change into root directory of repo
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment