Index: openacs-4/packages/assessment/www/asm-admin/export/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/export/index.vuh,v diff -u -r1.12.2.1 -r1.12.2.2 --- openacs-4/packages/assessment/www/asm-admin/export/index.vuh 17 Dec 2019 16:46:46 -0000 1.12.2.1 +++ openacs-4/packages/assessment/www/asm-admin/export/index.vuh 17 Dec 2019 16:53:18 -0000 1.12.2.2 @@ -773,13 +773,8 @@ set cmd "zip -r -9 -X '$out_file' *" # create the archive -with_catch errmsg { - # TODO SECURITY DONT USE THE SHELL - exec bash -c "cd '$in_path'; $cmd; cd -" -} { - # some day we'll do something useful here - error $errmsg -} +# TODO SECURITY DONT USE THE SHELL +exec bash -c "cd '$in_path'; $cmd; cd -" # return the archive to the connection. ns_returnfile 200 [ns_guesstype $out_file] $out_file