]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
abicheck.sh: zlib-ng is a bash script, not a sh script, don't hardcode shell when...
authorDan Kegel <dank@kegel.com>
Fri, 1 Apr 2022 19:42:28 +0000 (19:42 +0000)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 17 Mar 2023 20:27:56 +0000 (21:27 +0100)
test/abicheck.sh

index 89199a59abe4af1e53fde1a088b4004c1ff74297..3b0d78ca1502ad4778225c67b55f5021bcac491a 100755 (executable)
@@ -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