williamr/convert_to_eula.pl
changeset 114 5bbdda50c091
parent 87 d22c49c5048f
--- a/williamr/convert_to_eula.pl	Mon Nov 16 15:07:57 2009 +0000
+++ b/williamr/convert_to_eula.pl	Tue Nov 17 11:15:36 2009 +0000
@@ -119,6 +119,8 @@
   {
   my ($path, $shadow) = @_;
   
+  return if lc $path eq "/epoc32/build";
+
   opendir DIR, $path;
   my @files = grep !/^\.\.?$/, readdir DIR;
   closedir DIR;