fix faulty return code causing no error message (#1075)

This commit is contained in:
in1tiate 2025-01-28 01:36:05 -06:00 committed by GitHub
parent c71f30a452
commit b494380562
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,6 @@ find_qt() {
echo "$qt_root"
else
echo ""
return 1
fi
}