Hi,

Le 29/03/2017 à 14:08, Tomasz Kloczko a écrit :
> 
> There are several issues with /usr/bin/env dependencies and all those issues 
> are related to scripts which in script preamble are using
> "#!/usr/bin/env <interpreter>":

For php tools (at least the ones I own), this is a deliberate packaging
choice, which allow to run these tools with Software Collections.

$ phpunit
... using default php...

$ module load php-71
$ phpunit
... using php 7.1...

etc

And I always take care to ensure the default interpreter is required
(via php-cli)


BTW; despite a rpmlint warning, there is nothing about this in
Guidelines (or I didn't find anything).

So, I don't plan to fix any listed package.


Remi.



P.S. also see
https://blog.remirepo.net/post/2016/04/16/My-PHP-Workstation
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to