[Sccs-devel] small bug in sccsdiff
The UNIX Source Code Control System activelty maintained/enhanced
Brought to you by:
schily
From: Bruce L. <bru...@gm...> - 2018-03-06 21:24:11
|
ca. line 131, the pattern '*s.*' matches e.g. filename text "mess.c", but shouldn't (that filename is not an SCCS file). The pattern should be '^s.*|*/s.*'. That would still incorrectly match a path containing a directory or subdirectory beginning with "s.", but presumably SCCS users wouldn't create such a directory... No change to the documentation is necessary. |