Skip to content

Make /bin/bash not hardcoded#204

Merged
dnouri merged 1 commit into
masterfrom
fix/no-hardcoded-bin-bash
May 7, 2026
Merged

Make /bin/bash not hardcoded#204
dnouri merged 1 commit into
masterfrom
fix/no-hardcoded-bin-bash

Conversation

@dnouri
Copy link
Copy Markdown
Owner

@dnouri dnouri commented May 7, 2026

Summary

  • use #!/usr/bin/env bash for bash helper scripts
  • let make resolve bash through PATH instead of requiring /bin/bash

Adapted from Jackson Brough's fork commit 4b410e4. The original commit also touched flake.nix, but this branch does not include the fork's flake, so this PR only carries the portability changes for files already on master.

Tests

  • make check

Use env-based bash shebangs for helper scripts and let make resolve bash through PATH. This keeps the project usable on systems where bash is not installed at /bin/bash.
@dnouri dnouri merged commit 9077354 into master May 7, 2026
11 checks passed
@dnouri dnouri deleted the fix/no-hardcoded-bin-bash branch May 7, 2026 12:32
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