[LON-CAPA-cvs] cvs: doc(version_2_11_X) /loncapafiles removenolongerused.piml

raeburn raeburn at source.lon-capa.org
Fri Jun 20 17:33:07 EDT 2014


raeburn		Fri Jun 20 21:33:07 2014 EDT

  Modified files:              (Branch: version_2_11_X)
    /doc/loncapafiles	removenolongerused.piml 
  Log:
  - For 2.11
    - Backport 1.11
  
  
Index: doc/loncapafiles/removenolongerused.piml
diff -u doc/loncapafiles/removenolongerused.piml:1.1.2.7 doc/loncapafiles/removenolongerused.piml:1.1.2.8
--- doc/loncapafiles/removenolongerused.piml:1.1.2.7	Fri Jun 20 19:25:41 2014
+++ doc/loncapafiles/removenolongerused.piml	Fri Jun 20 21:33:06 2014
@@ -65,7 +65,7 @@
         chomp($choice);
         $choice =~ s/\s+//g;
         if ($choice eq 'Y') {
-            File::Path::remove_tree($dir);
+            File::Path::rmtree($dir);
         }
     }
 }




More information about the LON-CAPA-cvs mailing list