start-regtest: use env-based bash shebang
Some checks failed
ci / regtest (push) Has been cancelled

Find bash via PATH rather than hard-coding /bin/bash, for systems
(NixOS, macOS w/ homebrew bash) where the system bash isn't current.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Padreug 2026-05-05 20:45:51 +02:00
commit b46144c551

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
print_success() {
printf "\033[;1;32mPASSED\033[;0m $1\n"
}