Fix to use . to source script files
Adhering to coding conventions. Refer to ``Code conventions`` at https://docs.openstack.org/contributor-guide/ for details. Change-Id: Idb5916cd2ced8b3b20455b903b6056ea3034b191
This commit is contained in:
parent
387c335855
commit
49f316e4d6
@ -4,4 +4,4 @@ VENV_PATH=${VENV_PATH:-${TOOLS_PATH}}
|
||||
VENV_DIR=${VENV_NAME:-/../.venv}
|
||||
TOOLS=${TOOLS_PATH}
|
||||
VENV=${VENV:-${VENV_PATH}/${VENV_DIR}}
|
||||
source ${VENV}/bin/activate && "$@"
|
||||
. ${VENV}/bin/activate && "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user