https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26658
--- Comment #3 from Julian Maurice <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
