From: Dan Kegel Date: Fri, 1 Apr 2022 19:42:28 +0000 (+0000) Subject: abicheck.sh: zlib-ng is a bash script, not a sh script, don't hardcode shell when... X-Git-Tag: 2.1.0-beta1~281 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03a44f98fe87e8f74aafbebcb86748deccb2e593;p=thirdparty%2Fzlib-ng.git abicheck.sh: zlib-ng is a bash script, not a sh script, don't hardcode shell when running configure --- diff --git a/test/abicheck.sh b/test/abicheck.sh index 5c142556..5b720acf 100755 --- a/test/abicheck.sh +++ b/test/abicheck.sh @@ -121,7 +121,7 @@ then git reset --hard FETCH_HEAD cd .. # Build unstripped, uninstalled, very debug shared library - CFLAGS="$CFLAGS -ggdb" sh src.d/configure $CONFIGURE_ARGS + CFLAGS="$CFLAGS -ggdb" src.d/configure $CONFIGURE_ARGS make -j2 cd .. # Find shared library, extract its abi