Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
use last parent and restore download cgi
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jxpath/trunk@1450482 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,4 @@ | ||
#!/bin/sh | ||
# Just call the standard mirrors.cgi script. It will use download.html | ||
# as the input template. | ||
exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $* |