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:
parent
86c1d0f4be
commit
6e267e398e
@ -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…
x
Reference in New Issue
Block a user