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 16:09:47 UTC

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

Author: danielsh
Date: Thu Aug 30 14:09:47 2012
New Revision: 1378945

URL: http://svn.apache.org/viewvc?rev=1378945&view=rev
Log:
Revert r1378942.  (This is a hook so env will be empty.)

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=1378945&r1=1378944&r2=1378945&view=diff
==============================================================================
--- subversion/trunk/tools/server-side/svnpubsub/commit-hook.py (original)
+++ subversion/trunk/tools/server-side/svnpubsub/commit-hook.py Thu Aug 30 14:09:47 2012
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/local/bin/python
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with