-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
Support #!/usr/bin/env
#21
Comments
Please checkout the 3.9.4a branch and report if possible. |
|
Currently there is no plan to add this feature. |
Can you please check the current version with the H flag and report back |
@intika 4.0.3 has this with and without |
I'm running into a similar problem.I want to support env. |
How to work around it in the command line?
|
This would be very useful because if I'm not mistaken, the compiled script is at the mercy of whatever version of the shebang shell the operator has on their system and not the version the script was developed with. I guess one could add a check for the version of |
I'm not sure if this is outside the scope of this project, but it would be nice if the
#!/usr/bin/env
pattern.The text was updated successfully, but these errors were encountered: