mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-01 16:04:32 +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
|
if [ -d 'Qt/5.15.0' ]; then
|
||||||
printf "Exists. "
|
printf "Exists. "
|
||||||
elif [ -z $SKIP_EXTRACT ]; then
|
elif [ -z $SKIP_EXTRACT ]; then
|
||||||
if [ $MISSINGTOOLS -ne 0 ]; then
|
if [ $MISSINGPYTHON -ne 0 ]; then
|
||||||
echo "Can't be automatically installed without Python."
|
echo "Can't be automatically installed without Python."
|
||||||
wrappedExit 1
|
wrappedExit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue