Index: openacs-4/packages/lorsm/www/export/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/export/Attic/index.vuh,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/export/index.vuh 4 Sep 2004 14:51:28 -0000 1.2 +++ openacs-4/packages/lorsm/www/export/index.vuh 27 Oct 2004 06:04:28 -0000 1.3 @@ -64,7 +64,7 @@ # get the archive command #set cmd [fs::get_archive_command -in_file $file_name -out_file $out_file] -set cmd "zip -r $out_file *" +set cmd "zip -r '$out_file' *" # create the archive