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

Fix elixir invalid command for bin/credo-language-server #56

Merged
merged 1 commit into from
Jun 11, 2023

Conversation

wkirschbaum
Copy link
Contributor

@wkirschbaum wkirschbaum commented Jun 11, 2023

I the following error when running /bin/credo-language-server on Linux. This fixes it.

/usr/bin/env: ‘elixir --sname undefined’: No such file or directory
/usr/bin/env: use -[v]S to pass options in shebang lines

Apparently this is from coreutils 8.30 onwards, and I recall that Apple ships ancient versions of these tools, so not sure about compatibility.

The current syntax is not valid for modern core-utils versions.
@mhanberg
Copy link
Contributor

I tested this and it seems to work on macOS

@mhanberg mhanberg merged commit 074c895 into elixir-tools:main Jun 11, 2023
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