Index: openacs-4/packages/file-storage/www/download-archive/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/download-archive/index.vuh,v diff -u -r1.8 -r1.8.2.1 --- openacs-4/packages/file-storage/www/download-archive/index.vuh 7 Aug 2017 23:48:11 -0000 1.8 +++ openacs-4/packages/file-storage/www/download-archive/index.vuh 17 Dec 2019 16:53:18 -0000 1.8.2.1 @@ -58,12 +58,7 @@ set cmd [fs::get_archive_command -in_file $file_name -out_file $out_file] # create the archive -with_catch errmsg { - exec bash -c "cd $in_path; $cmd; cd -" -} { - # some day we'll do something useful here - error $errmsg -} +exec bash -c "cd $in_path; $cmd; cd -" # return the archive to the connection. ns_returnfile 200 application/octet-stream $out_file