Merge pull request #2710 from akva2/fix_semicolon
fixed: sneaky ; was supposed to be :
This commit is contained in:
commit
beb78ca1f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user