* cvsweb: fix the deletion of the temporary directory used for tarball
@ 2019-11-10 14:40 schwarze
0 siblings, 0 replies; only message in thread
From: schwarze @ 2019-11-10 14:40 UTC (permalink / raw)
To: source
Log Message:
-----------
fix the deletion of the temporary directory used for tarball downloads;
patch from Mattieu Baptiste on ports@ 2012-06-15 11:54:34
Modified Files:
--------------
cvsweb:
cvsweb.cgi
Revision Data
-------------
Index: cvsweb.cgi
===================================================================
RCS file: /home/cvs/mandoc/cvsweb/cvsweb.cgi,v
retrieving revision 4.10
retrieving revision 4.11
diff -Lcvsweb.cgi -Lcvsweb.cgi -u -p -r4.10 -r4.11
--- cvsweb.cgi
+++ cvsweb.cgi
@@ -765,6 +765,7 @@ if ($input{tarball}) {
}
# Clean up.
+ chdir("..");
rmtree($tmpexportdir);
&fatal(@fatal) if @fatal;
--
To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-11-10 14:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-10 14:40 cvsweb: fix the deletion of the temporary directory used for tarball schwarze
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).