On Thu, Jan 08, 2015 at 02:17:50PM +0100, Antoine Jacoutot wrote: > > > Out of curiosity, why? > > > > In case people have stupid PATHs.. > > Then you can start to fix the ports tree for constructs like: > #!/usr/bin/env perl > > (and probably others)
What I *wanted* to write: Well, we usually avoid #!/usr/bin/env patterns and patch them away, don't we? If there are still ports using it, they should be fixed. Then I ran grep(1) in /usr/local/bin/ ... :-( However, many of the scripts using that pattern are from texlive, ans Edd already sent a diff for it (which I hope to give a try soon). > IMHO it's not worth patching for that. (#!/bin/bash is another > matter of course) Well, IMHO it's worth having determined behaviour of scripts contained in packages, even if people use strange PATHs. Ciao, Kili