Skip to content

Conversation

@loganrosen
Copy link
Contributor

Before submitting your pull request

  • I agree to license my code under the MPL 2.0 license.
  • I rebased my work on top of the main branch.
  • I ran npm test and all tests passed.
  • I added test coverages if relevant.

Description

In #2599, the shebang for the scripts in the bin directory changed to /bin/env, even though the commit message says they were changed to use /usr/bin/env. /usr/bin/env bash is the correct portable shebang to use, as env is in /usr/bin (not /bin) on most Unix-like systems.

Type of change

Select all that apply.

  • Bug fix
  • New feature
  • Major change (fix or feature that would cause existing functionality to work differently than in the current version)

@bakulf bakulf merged commit adbf310 into mozilla:main Oct 1, 2025
2 checks passed
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