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

raeburn raeburn at source.lon-capa.org
Mon Oct 28 15:36:08 EDT 2013


raeburn		Mon Oct 28 19:36:08 2013 EDT

  Modified files:              
    /doc/loncapafiles	removenolongerused.piml 
  Log:
  - Fix typos.
  
  
Index: doc/loncapafiles/removenolongerused.piml
diff -u doc/loncapafiles/removenolongerused.piml:1.7 doc/loncapafiles/removenolongerused.piml:1.8
--- doc/loncapafiles/removenolongerused.piml:1.7	Sun Sep 22 15:52:03 2013
+++ doc/loncapafiles/removenolongerused.piml	Mon Oct 28 19:36:08 2013
@@ -36,7 +36,7 @@
            );
 
 my %multis = (
-                 rcgifs'     => \@rcgifs,
+                'rcgifs'     => \@rcgifs,
              ); 
 my @filestodelete = ();
 my @dirstodelete = ();
@@ -117,7 +117,7 @@
     $choice =~ s/\s+//g;
     if ($choice eq 'Y') {
         foreach my $item (@multistodelete) {
-            next if ((($item =~/\*/) || ($item eq '') || ($item eq '/'));
+            next if (($item =~/\*/) || ($item eq '') || ($item eq '/'));
             unlink($item);
         }
     }




More information about the LON-CAPA-cvs mailing list