Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
5b9630ff
Commit
5b9630ff
authored
Nov 11, 2024
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Mar 20, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unpack tar.bz2 archives using tar (eterbug #17830)
parent
a0341ee4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
tools_erc
bin/tools_erc
+4
-0
No files found.
bin/tools_erc
View file @
5b9630ff
...
...
@@ -119,6 +119,10 @@ extract_archive()
is_command zstd
||
fatal
"Could not find zstd package. Please install zstd package and retry."
extract_command
"tar -I zstd -xhf"
"
$arc
"
;;
tar.bz2|tbz2
)
is_command bunzip2
||
fatal
"Could not find bzip2 package. Please install bzip2 package and retry."
extract_command
"tar -xjf"
"
$arc
"
;;
tar
)
extract_command
"tar -xhf"
"
$arc
"
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment