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

Split out tar options into long and short array-based arguments #19930

Merged
merged 1 commit into from Jan 22, 2015
Merged

Split out tar options into long and short array-based arguments #19930

merged 1 commit into from Jan 22, 2015

Conversation

highlyunavailable
Copy link
Contributor

Fixes #19928. This commit changes the behavior of tar_options so that anything
without a - to start gets appended to the "x" for extraction (e.g. "z" or "J")
but anything that starts with a - properly gets appended as an explicit
argument. In addition, filename no longer needs quoting since it's an
array-based argument now.

Fixes #19928. This commit changes the behavior of tar_options so that anything
without a - to start gets appended to the "x" for extraction (e.g. "z" or "J")
but anything that starts with a - properly gets appended as an explicit
argument. In addition, filename no longer needs quoting since it's an
array-based argument now.
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.

None yet

2 participants