-
Notifications
You must be signed in to change notification settings - Fork 87
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
change the shebang, please #52
Comments
|
This is done in a branch and will be released eventually but I'm not in a big hurry unless it's justified somehow. In general I think most people use swaks from a package manager, in which case the #! would be right, or if they're downloading it on their own they know enough to change the interpreter manually. |
I am loading it from homebrew where perl sits in /usr/local/bin
and is not picked up.
Indeed it is not a big hurry, but perhaps just include it in the
next release.
el
On 2022-08-19 21:15 , John Jetmore wrote:
This is done in a branch and will be released eventually but I'm
not in a big hurry unless it's justified somehow. In general I
think most people use swaks from a package manager, in which
case the #! would be right, or if they're downloading it on
their own they know enough to change the interpreter manually.
[...]
--
Dr. Eberhard W. Lisse \ / Obstetrician & Gynaecologist
***@***.*** / * | Telephone: +264 81 124 6733 (cell)
PO Box 8421 Bachbrecht \ / If this email is signed with GPG/PGP
10007, Namibia ;____/ Sect 20 of Act No 4 of 2019 may apply
|
This is a homebrew packaging issue - they're including software in their packaging system that doesn't work with other software in their packaging system. That said, it will be released with the fix at some point |
This is in 6416f7b and slated for the next release |
Can you change the shebang from
to
please?
I have no idea how to create a pull request :-)-O
el
The text was updated successfully, but these errors were encountered: