--- loncom/Attic/lchtmldir 2002/05/03 03:21:25 1.2
+++ loncom/Attic/lchtmldir 2002/05/03 03:43:54 1.3
@@ -179,7 +179,7 @@ if(!( -e $dirtry1)) {
}
&EnableRoot;
-&System("/bin/mkdir $fulldir") unless (-e $fulldir);
+&System("/bin/mkdir -p $fulldir") unless (-e $fulldir);
unless(-e $fulldir."/index.html") {
open OUT,">".$fulldir."/index.html";
print OUT<