summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Kegel <dank@kegel.com>2022-04-01 19:42:28 +0000
committerHans Kristian Rosbach <hk-github@circlestorm.org>2022-04-04 09:26:44 +0200
commit03a44f98fe87e8f74aafbebcb86748deccb2e593 (patch)
treeb3e19c8fdc11242bb6ca15a41cc463ab325694e0 /test
parenta848a1ffe2963662d51c59ecc2953d21ab67d6f7 (diff)
downloadProject-Tick-03a44f98fe87e8f74aafbebcb86748deccb2e593.tar.gz
Project-Tick-03a44f98fe87e8f74aafbebcb86748deccb2e593.zip
abicheck.sh: zlib-ng is a bash script, not a sh script, don't hardcode shell when running configure
Diffstat (limited to 'test')
-rwxr-xr-xtest/abicheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/abicheck.sh b/test/abicheck.sh
index 5c142556b3..5b720acfe7 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