Don't make gen2extract verbose by default, since a user can add -v themselves
Some checks are pending
CI / Shellcheck (push) Waiting to run
CI / BATS Tests (push) Waiting to run

This commit is contained in:
Eric Renfro 2024-08-05 14:05:35 -04:00
parent 35538d605f
commit b2a7748c0d
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM

View file

@ -132,7 +132,7 @@ case "$archiveExt" in
esac
tarOptions=(
"-xv"
"-x"
"--xattrs-include=*.*"
"--numeric-owner"
"--use-compress-prog=${compressOptions[*]}"