Repository: commons-fileupload Updated Branches: refs/heads/master 4242ff461 -> 6c00d575a
Fix missing LF at the end of the file. Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/6c00d575 Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/6c00d575 Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/6c00d575 Branch: refs/heads/master Commit: 6c00d575a9521c386743891fd34bc5181174cc01 Parents: 4242ff4 Author: Jochen Wiedmann (jwi) <[email protected]> Authored: Thu Nov 23 21:27:44 2017 +0100 Committer: Jochen Wiedmann (jwi) <[email protected]> Committed: Thu Nov 23 21:27:44 2017 +0100 ---------------------------------------------------------------------- src/site/resources/download_fileupload.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/6c00d575/src/site/resources/download_fileupload.cgi ---------------------------------------------------------------------- diff --git a/src/site/resources/download_fileupload.cgi b/src/site/resources/download_fileupload.cgi old mode 100755 new mode 100644 index a83b239..81283bb --- a/src/site/resources/download_fileupload.cgi +++ b/src/site/resources/download_fileupload.cgi @@ -18,4 +18,4 @@ # 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 $* \ No newline at end of file +exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
