-
Notifications
You must be signed in to change notification settings - Fork 73
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
Problem when /bin/sh doesn't exist #80
Comments
Thanks for the report! That sounds like a reasonable change. |
@Neo-Oli Hmm, it's fairly common to hard-code well known paths like |
@jamessan Those 200'000 matches are mostly shebangs, which can be easily dealt with ( |
I get that, but there are trade-offs to that choice. Allowing any arbitrary executable in
Completely agree with this point. |
I'm trying to get this to run on Termux.
/bin/sh
doesn't exist on this system. I had to change Line 361 tolet s:shell = 'sh'
to get it to work. Perhaps this should be the default, or at least be a fallback if/bin/sh
doesn't existThe text was updated successfully, but these errors were encountered: