tests/runtestabidb?.sh.in: Use bash shebang

'function x() { ... }' is a bashism, but /bin/sh may be another shell,
like dash. Just use an explicit /bin/bash shebang as the file relies on
a few other bashisms like 'type'.

    * tests/runtestabidb[1-2].sh.in: Use bash shebang.

Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Sam James 2024-04-19 03:23:11 +01:00 committed by Dodji Seketeli
parent f09a9fe835
commit 5935ee2761
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# Run an abidb test based on the binaries right here

View File

@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# Run an abidb test based on the binaries right here