On, Tue May 12, 2009, Lenard Lindstrom wrote:

> Hi,
> 
> I was looking at the Pygame examples in linux and noted that many have 
> the '#!/usr/bin/env python' tag line but are not marked as executable 
> either by SVN or linux. Is there a convention for this?

Never mark anything executable in SVN repositories. The 

  #!/...

line is usually dealt with correctly by env(), which in turn is executed
correctly by bourne-compatible shells.

Regards
Marcus

Attachment: pgp7sQpwSRl34.pgp
Description: PGP signature

Reply via email to