Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #138 - Use x to extract with 7-zip, not e. Use e only for dump, which strips directories. #167

Closed
wants to merge 1 commit into from

Conversation

sgtcoolguy
Copy link
Contributor

Description

Changes from using the 'e' command to 'x' for 7-zip on all actions other than dump. 'e' extracts and strips directories. 'x' extracts with full paths. See https://sevenzip.osdn.jp/chm/cmdline/commands/index.htm

⚠️ I'm not sure if we actually need to use 'e' for the special case of tar files. That particular use case involves using two piped 7zip commands, and I don't know if one of those two needs to use 'e' for some reason.

Issues Resolved

Check List

Signed-off-by: Christopher Williams [email protected]

…or dump, which strips directories.

Signed-off-by: Christopher Williams <[email protected]>
@tas50
Copy link
Contributor

tas50 commented Dec 6, 2016

@sgtcoolguy Travis failure here too

@tas50 tas50 closed this Dec 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants