=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 4.10 retrieving revision 4.11 diff -u -p -r4.10 -r4.11 --- cvsweb/cvsweb.cgi 2019/11/09 10:18:09 4.10 +++ cvsweb/cvsweb.cgi 2019/11/10 14:39:55 4.11 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: cvsweb.cgi,v 4.10 2019/11/09 10:18:09 schwarze Exp $ +# $Id: cvsweb.cgi,v 4.11 2019/11/10 14:39:55 schwarze Exp $ # $knu: cvsweb.cgi,v 1.299 2010/11/13 16:37:18 simon # # cvsweb - a CGI interface to CVS trees. @@ -765,6 +765,7 @@ if ($input{tarball}) { } # Clean up. + chdir(".."); rmtree($tmpexportdir); &fatal(@fatal) if @fatal;