Skip to content

Conversation

@nobu
Copy link
Member

@nobu nobu commented Jan 3, 2023

Running the file with shebang has a few issues.

  • shebang is an OS dependent feature. Many modern UNIX-like OSes support it, but not all, e.g., Windows.
  • env command may not be in /usr/bin.
  • "ruby" command may not be "ruby", when --program-suffix or other configuration option is used.

Running the file with shebang has a few issues.

* shebang is an OS dependent feature. Many modern UNIX-like OSes
  support it, but not all, e.g., Windows.
* `env` command may not be in `/usr/bin`.
* "ruby" command may not be "ruby", when `--program-suffix` or other
  configuration option is used.
@nobu nobu requested a review from schneems January 3, 2023 15:03
@hsbt hsbt merged commit 3afeda8 into ruby:main Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants