1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 19:39:41 +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