diff options
| author | in1tiate <32779090+in1tiate@users.noreply.github.com> | 2025-01-28 01:36:05 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-28 08:36:05 +0100 |
| commit | b494380562e998c329609bd626e37a379597d22e (patch) | |
| tree | 0de5ad976dc834c05147a4bfc507d7ba199ba5da /configure.sh | |
| parent | c71f30a45235a7bf3c822cc08c0da3b18f977f0f (diff) | |
fix faulty return code causing no error message (#1075)
Diffstat (limited to 'configure.sh')
| -rwxr-xr-x | configure.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh index 3ec2dc24..f5b24a2b 100755 --- a/configure.sh +++ b/configure.sh @@ -69,7 +69,6 @@ find_qt() { echo "$qt_root" else echo "" - return 1 fi } |
