1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00

Fix copy-paste snafu

This commit is contained in:
AnyOldName3 2020-06-03 22:38:08 +00:00
parent 86c1d0f4be
commit 6e267e398e

View File

@ -754,7 +754,7 @@ fi
if [ -d 'Qt/5.15.0' ]; then
printf "Exists. "
elif [ -z $SKIP_EXTRACT ]; then
if [ $MISSINGTOOLS -ne 0 ]; then
if [ $MISSINGPYTHON -ne 0 ]; then
echo "Can't be automatically installed without Python."
wrappedExit 1
fi