bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug#300258: --ignore-file-name-case doesn't work (fwd)


From: Paul Eggert
Subject: Re: Bug#300258: --ignore-file-name-case doesn't work (fwd)
Date: Fri, 18 Mar 2005 12:04:25 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

I can't reproduce the bug with diffutils 2.8.7 on Solaris 8.
(See below.)
So, it could be a bug with his locale, or perhaps a bug in 2.8.1
that was fixed in 2.8.7, or perhaps something else; without more
info it's hard to say.  Perhaps he can use GDB to track down where
his executable has gone wrong?

391-sic $ mkdir a b
392-sic $ touch a/foo b/FOO
393-sic $ diff a b
Only in a: foo
Only in b: FOO
394-sic $ diff --ignore-file-name-case a b
395-sic $ diff --version
diff (GNU diffutils) 2.8.7
Written by Paul Eggert, Mike Haertel, David Hayes,
Richard Stallman, and Len Tower.

Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]