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:
parent
86c1d0f4be
commit
6e267e398e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue