From 03a44f98fe87e8f74aafbebcb86748deccb2e593 Mon Sep 17 00:00:00 2001 From: Dan Kegel Date: Fri, 1 Apr 2022 19:42:28 +0000 Subject: [PATCH] abicheck.sh: zlib-ng is a bash script, not a sh script, don't hardcode shell when running configure --- test/abicheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2