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 2011/05/10 00:12:24 UTC

svn commit: r1101244 - /subversion/site/publish/download.cgi

Author: danielsh
Date: Mon May  9 22:12:23 2011
New Revision: 1101244

URL: http://svn.apache.org/viewvc?rev=1101244&view=rev
Log:
* /site/download.cgi: Don't have an sh process remain unnecessarily.

Modified:
    subversion/site/publish/download.cgi

Modified: subversion/site/publish/download.cgi
URL: http://svn.apache.org/viewvc/subversion/site/publish/download.cgi?rev=1101244&r1=1101243&r2=1101244&view=diff
==============================================================================
--- subversion/site/publish/download.cgi (original)
+++ subversion/site/publish/download.cgi Mon May  9 22:12:23 2011
@@ -3,4 +3,4 @@
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)
 cd /www/www.apache.org/dyn/mirrors
-/www/www.apache.org/dyn/mirrors/mirrors.cgi $*
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*