Closed ondohotola closed 2 years ago
Hi. The shebang is already how you want it. I don't think the "perl5.30" you see comes from the code directly. Can you check?
Thanks
Oh, ok, so that may a homebrew issue then.
thank you.
gretings, el
On 2022-09-28 23:26 , Dima Kogan wrote:
Hi. The shebang is already how you want it. I don't think the "perl5.30" you see comes from the code directly. Can you check?
Thanks
— Reply to this email directly, view it on GitHub https://github.com/dkogan/feedgnuplot/issues/48#issuecomment-1261482262, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACVZVGQ4PZO6DHVZL3LV2GDWASZZLANCNFSM6AAAAAAQYFKHQY. You are receiving this because you authored the thread.Message ID: @.***>
-- 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
Hi,
can you please change the shebang from
#!/usr/bin/perl5.30
to
#!/usr/bin/env perl
and if required add something like
use 5.030;
I do not know how to make a pull request.
greetings, el