From: Harmen Stoppels Date: Mon, 21 Aug 2023 10:19:36 +0000 (+0200) Subject: also fix SC2288 X-Git-Tag: 2.1.4~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74ac49dbf3444ac9826d2344cb3ad667a015ac12;p=thirdparty%2Fzlib-ng.git also fix SC2288 --- diff --git a/configure b/configure index aa427a402..ea6d163be 100755 --- a/configure +++ b/configure @@ -563,7 +563,7 @@ if ($CC -c $CFLAGS $test.c) 2>/dev/null; then try() { show $* - test "$(\( $* \) 2>&1 | tee -a configure.log)" = "" + test "$( ($*) 2>&1 | tee -a configure.log)" = "" } echo - using any output from compiler to indicate an error >> configure.log else