Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix hashbang example for linux env command #523

Merged
merged 1 commit into from
Apr 13, 2024

Conversation

silverwind
Copy link
Contributor

@silverwind silverwind commented Apr 12, 2024

Turns out there is a behaviour difference in the GNU env tool between MacOS and Linux where the latter does require -S for it to work. I've confirmed this working now with:

  • env (GNU coreutils) 9.5 on MacOS 14
  • env (GNU coreutils) 9.5 on Arch Linux
  • env (BSD) on MacOS 14

I posted this as an answer one https://stackoverflow.com/questions/55777677. Also see TypeStrong/ts-node#639 (comment) for similar solution.

@privatenumber privatenumber merged commit e728b63 into privatenumber:develop Apr 13, 2024
2 checks passed
@silverwind silverwind deleted the local-hashbang-2 branch April 13, 2024 19:13
@privatenumber
Copy link
Owner

🎉 This issue has been resolved in v4.7.3

If you appreciate this project, please consider supporting this project by sponsoring ❤️ 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants