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:
parent
e404b7ee11
commit
b46144c551
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
print_success() {
|
print_success() {
|
||||||
printf "\033[;1;32mPASSED\033[;0m $1\n"
|
printf "\033[;1;32mPASSED\033[;0m $1\n"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue