-
Notifications
You must be signed in to change notification settings - Fork 5
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
Restore fails to extract 7z archive correctly #2
Comments
|
After some investigation with the dry run Please merge and release the tiny PR I have made. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have opened a PR with a fix. Essentially, the shell redirection in the 7z extract commandline has spaces where it should not have.
2 > wherever
is not the same as2>wherever
.The text was updated successfully, but these errors were encountered: