Index: openacs-4/packages/lorsm/www/admin/export/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/export/index.vuh,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/admin/export/index.vuh 31 Dec 2006 00:36:05 -0000 1.1 +++ openacs-4/packages/lorsm/www/admin/export/index.vuh 24 May 2007 11:09:43 -0000 1.2 @@ -69,7 +69,7 @@ # create the archive with_catch errmsg { - exec bash -c "cd '$file'; $cmd; cd -" + exec bash -c "cd \"$file\" && $cmd; cd -" } { # some day we'll do something useful here error $errmsg