mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-02 23:42:05 +00:00
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:
parent
f09a9fe835
commit
5935ee2761
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#! /bin/bash
|
||||
|
||||
# Run an abidb test based on the binaries right here
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#! /bin/bash
|
||||
|
||||
# Run an abidb test based on the binaries right here
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user