Merge pull request #2710 from akva2/fix_semicolon

fixed: sneaky ; was supposed to be :
This commit is contained in:
Arne Morten Kvarving
2021-09-24 22:27:45 +02:00
committed by GitHub

View File

@@ -226,7 +226,7 @@ function build_module_full {
PY_MINOR=`python3 --version | awk -F ' ' '{print $2}' | awk -F '.' '{print $2}'`
for configuration in ${!configurations[@]}
do
export PYTHONPATH="$WORKSPACE/$configuration/install/lib/python$PY_MAJOR.$PY_MINOR/dist-packages;$PYTHONPATH"
export PYTHONPATH="$WORKSPACE/$configuration/install/lib/python$PY_MAJOR.$PY_MINOR/dist-packages"
# Build upstream modules
build_upstreams