Should we have programs with executable permissions in the distro

Gerd Pokorra gp at zimt.uni-siegen.de
Sun Aug 1 07:06:02 UTC 2010


Changing the first line of files which starts with "#! perl" would be
nice.

Does it have any disadvantage to set it from "#! perl" to 
"#!/usr/bin/perl"?

Also: "#! parrot"  ->  "#!/usr/bin/parrot"

This is my favorite.
 
Gerd



Am Samstag, den 31.07.2010, 23:35 +0200 schrieb James E Keenan:
> In the course of working on http://trac.parrot.org/parrot/ticket/1715, I 
> noticed that some Perl 5 programs in tools/dev/ are executable, i.e., 
> have 0755 permissions, whereas the others are not executable (0644). 
> Most (all?) of these programs get installed in 
> lib/parrot/{version}-devel/tools/dev/, retaining their permissions.
> 
> I wondered whether we ought to be installing executables.  Coke opined 
> that we could make them all executable and set their shebang lines to 
> "#!env perl, or something equally vanilla."  I suspect other Parrot devs 
> may have ideas on this.
> 
> Suggestions?  Thank you very much.
> 
> kid51
> 
> _______________________________________________
> http://lists.parrot.org/mailman/listinfo/parrot-dev




More information about the parrot-dev mailing list