Skip to content

fix: use env bash shebangs#145

Merged
OthmanAdi merged 1 commit into
OthmanAdi:masterfrom
Emin017:fix-shebang
Apr 29, 2026
Merged

fix: use env bash shebangs#145
OthmanAdi merged 1 commit into
OthmanAdi:masterfrom
Emin017:fix-shebang

Conversation

@Emin017
Copy link
Copy Markdown
Contributor

@Emin017 Emin017 commented Apr 29, 2026

Use /usr/bin/env bash so scripts resolve bash through PATH instead of assuming /bin/bash exists. This improves shebang compatibility on systems such as NixOS.

Use /usr/bin/env bash so scripts resolve bash through PATH instead of
assuming /bin/bash exists. This improves shebang compatibility on
systems such as NixOS.
@OthmanAdi OthmanAdi merged commit 8db4368 into OthmanAdi:master Apr 29, 2026
@OthmanAdi
Copy link
Copy Markdown
Owner

Thanks @Emin017. Good catch; systems like NixOS that don't have bash at /bin/bash will pick this up automatically now.

OthmanAdi added a commit that referenced this pull request Apr 29, 2026
…eases table

- CONTRIBUTORS.md: added Emin017 (Qiming Chu) for PR #145 env bash shebangs fix; bumped total to 37+, updated date to April 29 2026
- README.md: bumped version badge to v2.35.1; added missing v2.35.0 row (Hermes + NLPM audit) and v2.35.1 row (shebang portability) to releases table; updated Current Version heading
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.

2 participants