kientzle 2004/06/02 00:23:54 PDT
FreeBSD src repository
Modified files:
usr.bin/tar matching.c
Log:
Both "foo/" and "foo" should match "foo/bar", so strip
trailing '/' characters on include patterns for extraction.
Pointed out by: games/quakeforge port (thanks to Kris!)
Revision Changes Path
1.4 +3 -0 src/usr.bin/tar/matching.c