From: Sam H. v. a. <we...@ma...> - 2007-10-02 20:18:22
|
Log Message: ----------- uncommented things that were commented out for debugging Modified Files: -------------- admintools: ww-make-docs-from-cvs Revision Data ------------- Index: ww-make-docs-from-cvs =================================================================== RCS file: /webwork/cvs/system/admintools/ww-make-docs-from-cvs,v retrieving revision 1.3 retrieving revision 1.4 diff -Lww-make-docs-from-cvs -Lww-make-docs-from-cvs -u -r1.3 -r1.4 --- ww-make-docs-from-cvs +++ ww-make-docs-from-cvs @@ -53,8 +53,8 @@ next unless -d $dir; if ($dir =~ m/^([^\!\$\^\&\*\(\)\~\[\]\|\{\}\'\"\;\<\>\?]+)$/) { print "\n-----> $dir <-----\n\n" if $v; - #update_cvs($1); - #process_dir($1); + update_cvs($1); + process_dir($1); update_index($1); } else { warn "'$dir' insecure.\n"; |