commit | 82b22c8fe33a7250381a956b127955940422c90f | [log] [tgz] |
---|---|---|
author | Bikal Lem <gbikal+git@gmail.com> | Fri Nov 12 18:37:12 2021 +0000 |
committer | Bikal Lem <gbikal+git@gmail.com> | Fri Nov 12 18:47:23 2021 +0000 |
tree | 609267d7ad560570dfc0cd33a1d24ed9b1ad641e | |
parent | 28e631994a6770072b833e27ec0f2f75b29de305 [diff] |
runtests: use env to find bash This commit fixes running 'make runtests' in OSes where '/bin/bash' is not defined. We use a more portable version, i.e. '/usr/bin/env bash' instead. Signed-off-by: Bikal Lem <gbikal+git@gmail.com>