sfind should check the root path's basename for -name
A Tool Box with tools written or managed by Jörg Schilling
Brought to you by:
schily
$ ./sfind/OBJ/x86_64-linux-gcc/sfind ./sfind/OBJ/ -name OBJ
$ find ./sfind/OBJ/ -name OBJ
./sfind/OBJ/
The POSIX wording for -name is "... if the basename of the current pathname matches pattern ...", but sfind doesn't seem to look at the basename of the root path.
Fixed in schily-2019-09-22