Skip to content

Conversation

@wegank
Copy link
Contributor

@wegank wegank commented Dec 12, 2025

On FreeBSD and OpenBSD, bash is not located in /bin. On macOS, /bin/bash is stuck at version 3.2 (the last version under GPLv2), and users may prefer to install and use a newer version of bash. In both cases, having #!/bin/bash as the shebang causes inconveniences.

This PR suggests using #!/usr/bin/env bash instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant