Branko Čibej wrote on Sat, Jun 22, 2013 at 18:02:32 +0200: > On 22.06.2013 17:46, Nico Kadel-Garcia wrote: > > # Canonicalize path to python, correctly > > for name in tools/server-side/svnpubsub/*.py; do > > sed -i 's|#!/usr/local/bin/python|#!/usr/bin/env python|g' $name > > done > > The above will actually break the hook scripts. At best you can use > "#!/usr/bin/python" in those scripts.
And _that_ will break them on FreeBSD.