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.2 -r1.3 --- openacs-4/packages/file-storage/www/download-archive/index.vuh 22 May 2002 17:01:56 -0000 1.2 +++ openacs-4/packages/file-storage/www/download-archive/index.vuh 31 May 2002 19:06:23 -0000 1.3 @@ -52,7 +52,7 @@ # create the archive with_catch errmsg { - exec /bin/sh -c "cd $in_path; $cmd; cd -" + exec bash -c "cd $in_path; $cmd; cd -" } { # some day we'll do something useful here error $errmsg