Bash syntax fix

This commit is contained in:
Horea Christian 2023-06-16 22:18:08 -04:00
parent aecfd49e84
commit 8dfe860133

View file

@ -255,7 +255,7 @@ TAR_OPTIONS=(
--ignore-failed-read
"--xattrs-include=*.*"
--numeric-owner
--checkpoint=.500
"--checkpoint=.500"
"--use-compress-prog=${COMP_OPTIONS[*]}"
)