File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A collection of POSIX shell scripts to invoke archiver programs
4
4
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
6
6
7
7
Author: Martin Väth <martin at mvath.de >
8
8
@@ -16,6 +16,7 @@ various archiver programs like
16
16
- __ zstd__
17
17
- __ gzip__ /__ zopfli__
18
18
- __ bzip2__
19
+ - __ bzip3__
19
20
- __ xz__ /__ lzma__
20
21
- __ zip__
21
22
- __ 7z__
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ else ! $xattr || ! $tar_knows_xattr || Push taropts '--xattrs'
213
213
B) OptExternal brotlibest
214
214
Push taropts ' --use-compress-program' " $brotlibest " ;;
215
215
b) OptExternal bzipbest
216
- Push taropts ' --use-compress-program' " $bzip3best " ;;
216
+ Push taropts ' --use-compress-program' " $bzipbest " ;;
217
217
3) OptExternal bzip3best
218
218
Push taropts ' --use-compress-program' " $bzip3best " ;;
219
219
z) OptExternal zstdbest
You can’t perform that action at this time.
0 commit comments