Closed BrianHenryIE closed 2 years ago
Escaping the command line invocation of tar breaks wildcards and exclusions, '^', '*', but NOT escaping those characters breaks zip. This PR conditionally escapes/does not escape based on the chosen output file format.
tar
'^', '*'
zip
@BrianHenryIE Thanks for picking up #67 and implementing a fix!
Escaping the command line invocation of
tar
breaks wildcards and exclusions,'^', '*'
, but NOT escaping those characters breakszip
. This PR conditionally escapes/does not escape based on the chosen output file format.