fix: use deflating flag for pixz in unarchive function

This commit is contained in:
Eugen Blattner 2022-04-05 20:48:58 +02:00 committed by Kaleb Elwert
parent 3da67271b9
commit 2c66331316
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ else
fi
if (( $+commands[pixz] )); then
_xz_bin='pixz'
_xz_bin='pixz -d'
else
_xz_bin='xz'
fi