mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-07 13:20:25 +00:00
update syntax
This commit is contained in:
parent
91bca0cb1f
commit
72a2e3722e
@ -849,8 +849,8 @@ fi
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# check version
|
# check version
|
||||||
aqt-venv/${VENV_BIN_DIR}/pip list | grep 'aqtinstall\s*1.1.3' || [[ $? -ne 0 ]]
|
aqt-venv/${VENV_BIN_DIR}/pip list | grep 'aqtinstall\s*1.1.3' || [ $? -ne 0 ]
|
||||||
if [[ $? -eq 0 ]]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo " Installing aqt wheel into virtualenv..."
|
echo " Installing aqt wheel into virtualenv..."
|
||||||
run_cmd "aqt-venv/${VENV_BIN_DIR}/pip" install aqtinstall==1.1.3
|
run_cmd "aqt-venv/${VENV_BIN_DIR}/pip" install aqtinstall==1.1.3
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user