summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Kegel <dank@kegel.com>2022-04-01 19:42:28 +0000
committerHans Kristian Rosbach <hk-github@circlestorm.org>2023-03-17 21:27:56 +0100
commit65c726b09fd5c18aa77600ff78b6c7878237dba9 (patch)
tree4ac3884a9b6717648247080850681c1f9d8938e0
parent1f04ed17517e8332b5d3060b5b9d46a3d5f6e70e (diff)
abicheck.sh: zlib-ng is a bash script, not a sh script, don't hardcode shell when running configure
-rwxr-xr-xtest/abicheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/abicheck.sh b/test/abicheck.sh
index 89199a5..3b0d78c 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