[Koha-bugs] [Bug 26658] Shebangs are wrong in bin/intranet and bin/opac

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 12 09:04:37 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26658

--- Comment #3 from Julian Maurice <julian.maurice at biblibre.com> ---
(In reply to Magnus Enger from comment #2)
> Is this because of Mojo? I have read things like this, so I thought the
> "env" version was OK:
> 
> "Because of this, on modern Linux/Unix systems, people might prefer to use
> #!/usr/bin/env perl as the hash-bang line."
> https://perlmaven.com/hashbang
> 
> But I ain't no expert! :-)

No it's not related to Mojo. Yes the env version is OK, it's how I write Perl
shebangs most of the time. But the important thing is that all shebangs should
be the same in the entire Koha code base. That's why it needs to be fixed :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list