]> 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>
Mon, 4 Apr 2022 07:26:44 +0000 (09:26 +0200)
test/abicheck.sh

index 5c142556b3aff4548f4c584bf58e7332cf068beb..5b720acfe736a9314893bb306a10372d74abaa5c 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