]> sourceware.org Git - libabigail.git/commit
tests/runtestabidb?.sh.in: Use bash shebang
authorSam James <sam@gentoo.org>
Fri, 19 Apr 2024 02:23:11 +0000 (03:23 +0100)
committerDodji Seketeli <dodji@redhat.com>
Tue, 30 Apr 2024 11:14:38 +0000 (13:14 +0200)
commit5935ee27613840ffdd4ee5dda2ae58a7f7ca4e5a
tree433709dcb243e8521b93df083d7120b677d0a9f6
parentf09a9fe835cf0333c03780652aa7cd102a2be50c
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>
tests/runtestabidb1.sh.in
tests/runtestabidb2.sh.in
This page took 0.028831 seconds and 5 git commands to generate.