Skip to content

Commit 7e2f3a7

Browse files
committed
Fix tbzd, update README.md
1 parent 5a9c3cf commit 7e2f3a7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A collection of POSIX shell scripts to invoke archiver programs
44

5-
(s)tar/gzip/bzip2/xz/zip/7z/lzma/lrzip/arj/zoo/brotli/zopfli/zstd
5+
(s)tar/gzip/bzip2/bzip3/xz/zip/7z/lzma/lrzip/arj/zoo/brotli/zopfli/zstd
66

77
Author: Martin Väth <martin at mvath.de>
88

@@ -16,6 +16,7 @@ various archiver programs like
1616
- __zstd__
1717
- __gzip__/__zopfli__
1818
- __bzip2__
19+
- __bzip3__
1920
- __xz__/__lzma__
2021
- __zip__
2122
- __7z__

bin/tgzd

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ else ! $xattr || ! $tar_knows_xattr || Push taropts '--xattrs'
213213
B) OptExternal brotlibest
214214
Push taropts '--use-compress-program' "$brotlibest";;
215215
b) OptExternal bzipbest
216-
Push taropts '--use-compress-program' "$bzip3best";;
216+
Push taropts '--use-compress-program' "$bzipbest";;
217217
3) OptExternal bzip3best
218218
Push taropts '--use-compress-program' "$bzip3best";;
219219
z) OptExternal zstdbest

0 commit comments

Comments
 (0)