Skip to content

Conversation

@ararslan
Copy link
Member

@ararslan ararslan commented Dec 2, 2025

/bin/bash doesn't exist everywhere (e.g., FreeBSD), while /bin/sh should. Luckily the Bashisms that were used are easily replaced with a couple of seds, so the changes are minimal.

Marking for backport to 1.13 since this was introduced before branching and it fixes annoying "no such file or directory" messages observed while building on FreeBSD.

`/bin/bash` doesn't exist everywhere (e.g., FreeBSD), while `/bin/sh`
should. Luckily the Bashisms that were used are easily replaced with a
couple of `sed`s, so the changes are minimal.
@KristofferC KristofferC merged commit af36919 into master Dec 2, 2025
10 checks passed
@KristofferC KristofferC deleted the aa/posix-sh branch December 2, 2025 16:14
KristofferC pushed a commit that referenced this pull request Dec 4, 2025
KristofferC pushed a commit that referenced this pull request Dec 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants