You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2012/08/30 15:57:31 UTC

svn commit: r1378942 - /subversion/trunk/tools/server-side/svnpubsub/commit-hook.py

Author: danielsh
Date: Thu Aug 30 13:57:31 2012
New Revision: 1378942

URL: http://svn.apache.org/viewvc?rev=1378942&view=rev
Log:
[in tools/server-side/svnpubsub/]

* commit-hook.py:  Use the standard Subversion #! invocation for Python.

Modified:
    subversion/trunk/tools/server-side/svnpubsub/commit-hook.py

Modified: subversion/trunk/tools/server-side/svnpubsub/commit-hook.py
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/server-side/svnpubsub/commit-hook.py?rev=1378942&r1=1378941&r2=1378942&view=diff
==============================================================================
--- subversion/trunk/tools/server-side/svnpubsub/commit-hook.py (original)
+++ subversion/trunk/tools/server-side/svnpubsub/commit-hook.py Thu Aug 30 13:57:31 2012
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python
+#!/usr/bin/env python
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with