You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2012/04/25 13:44:22 UTC

svn commit: r1330216 - /directory/site/trunk/content/studio/download-test.cgi

Author: pamarcelot
Date: Wed Apr 25 11:44:22 2012
New Revision: 1330216

URL: http://svn.apache.org/viewvc?rev=1330216&view=rev
Log:
Trying another (recommended) way.

Modified:
    directory/site/trunk/content/studio/download-test.cgi

Modified: directory/site/trunk/content/studio/download-test.cgi
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/studio/download-test.cgi?rev=1330216&r1=1330215&r2=1330216&view=diff
==============================================================================
--- directory/site/trunk/content/studio/download-test.cgi (original)
+++ directory/site/trunk/content/studio/download-test.cgi Wed Apr 25 11:44:22 2012
@@ -1,6 +1,3 @@
 #!/bin/sh
-# Wrapper script around mirrors.cgi script
-# (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 $* 
+# Wrapper around the standard mirrors.cgi script
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file