find: -type T was actually meaning ! -type T!
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 31 Oct 2006 23:39:37 +0000 (23:39 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 31 Oct 2006 23:39:37 +0000 (23:39 -0000)
commit31c65f24560f6980e3949a02f0b5e5e45c1a365d
treed3c0c94bff443a456acad23b04596099523b5841
parent14aa9f74156243469bc96d6435b560b8042fcb99
find: -type T was actually meaning ! -type T!
With this fix, "make mrproper" works correctly
findutils/find.c