diff options
author | Tim Kientzle <kientzle@FreeBSD.org> | 2008-03-18 06:18:49 +0000 |
---|---|---|
committer | Tim Kientzle <kientzle@FreeBSD.org> | 2008-03-18 06:18:49 +0000 |
commit | 3b56813eb0c9c664c2077588231495b8edad8367 (patch) | |
tree | d6efe514a88fe1d9f94bff31d72b01ed62a00dfe /usr.bin/tar/Makefile | |
parent | 19905d6dbdfec86753230618d6017656bc40c5c5 (diff) |
Fix --fast-read by decrementing the remaining patterns to be matched,
instead of incrementing.
Pointy hat: me
Thanks to: Tomasz Przygoda
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=177341
Diffstat (limited to 'usr.bin/tar/Makefile')
-rw-r--r-- | usr.bin/tar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile index 36ac2fa4988d..fb13745f1415 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= bsdtar -BSDTAR_VERSION_STRING= 2.4.11 +BSDTAR_VERSION_STRING=2.5.0b SRCS= bsdtar.c getdate.y matching.c read.c tree.c util.c write.c WARNS?= 5 DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ} |