On Wed, 2002-07-17 at 09:54, Brad Fritz wrote:
> 
> On 17 Jul 2002 09:11:44 PDT Mike Noyes wrote:
> 
> > Hmm, then what did I do wrong in rev 1.2? I used vi to dd out the lines
> > below, and you ended up with a broken pipe from the server last night.
> 
> I am not sure about the broken pipe, but if you need more
> evidence it *should* work, see below.  My apologies for the
> long lines.  Any chance the broken pipe was a coincidence
> or an artifact of the check-in of enforce_naming.pl rather
> than the code changes?

Brad,
Thanks for the proof. The broken pipe may have been a coincidence, but I
thought I should check before trying this again.

My diff doesn't look right (diff output below). The same thing happened
last night when going from rev 1.1 to 1.2. Strange, the diff seems to be
offset. Am I doing something wrong? I'll try the change in Emacs and see
if the diff changes.

[Leaf-cvs-commits] CVSROOT enforce_naming,1.1,1.2
http://www.mail-archive.com/leaf-cvs-commits%40lists.sourceforge.net/msg00039.html


CVSROOT]$ diff enforce_naming ~/CVSROOT/enforce_naming 
26c26
< # $Id: enforce_naming,v 1.3 2002/07/17 02:44:55 mhnoyes Exp $
---
> # $Id: enforce_naming,v 1.4 2002/05/04 16:12:18 moorman Exp $
32a33
> # 3. Verify that all filenames, except Makefile, are lowercase
46a48,54
>               $exit_val = 1;
>       }
> 
>       # 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";


-- 
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