test/configure2

changeset 147
410345192a48
parent 146
d27511c87b70
child 159
b0344d89ade6
--- a/test/configure2	Thu May 29 21:56:46 2025 +0200
+++ b/test/configure2	Thu Oct 02 21:10:52 2025 +0200
@@ -337,7 +337,7 @@
     # dependency qt4
     while true
     do
-        if which qmake-qt4 > /dev/null ; then
+        if which qmake-qt4 > /dev/null 2>&1 ; then
             :
         else
             break

mercurial