Anyone,
Will removing the following lines from enforce_naming leave the perl
script functional?

 # Verify that all files are lowercase, except Makefiles
        if ((substr($_, 0, 8) ne "Makefile") and (lc($_) ne $_)) {
                print "All filenames must be completely lowercase except ";
                print "Makefiles. ($directory/$_)\n";
                $exit_val = 1;
        }

leaf/CVSROOT/enforce_naming rev 1.3
http://cvs.leaf-project.org/cgi-bin/viewcvs.cgi/leaf/CVSROOT/

-- 
Mike Noyes <[EMAIL PROTECTED]>
http://sourceforge.net/users/mhnoyes/
http://leaf-project.org/



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to