--- a/src/main/resources/make/configure.vm Thu May 29 21:56:46 2025 +0200
+++ b/src/main/resources/make/configure.vm Thu Oct 02 21:10:52 2025 +0200
@@ -400,7 +400,7 @@
fi
#end
#foreach( $test in $sub.tests )
- if $test > /dev/null ; then
+ if $test > /dev/null 2>&1 ; then
:
else
break