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: relax check for shell on macos #21

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

jacderida
Copy link
Contributor

We encountered a case where someone was using a Bash shell that was located at /usr/bin/local/bash, rather than the usual location at /bin/bash.

We now relax the check such that it only checks the binary file name.

We encountered a case where someone was using a Bash shell that was located at /usr/bin/local/bash,
rather than the usual location at /bin/bash.

We now relax the check such that it only checks the binary file name.
Copy link
Member

@grumbach grumbach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@grumbach grumbach merged commit eb24a45 into maidsafe:main Aug 16, 2023
14 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.

None yet

2 participants