Skip to content

Commit

Permalink
fix: use deflating flag for pixz in unarchive function
Browse files Browse the repository at this point in the history
  • Loading branch information
lecodeski authored and belak committed Apr 5, 2022
1 parent 3da6727 commit 2c66331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/archive/functions/unarchive
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ else
fi

if (( $+commands[pixz] )); then
_xz_bin='pixz'
_xz_bin='pixz -d'
else
_xz_bin='xz'
fi
Expand Down

0 comments on commit 2c66331

Please sign in to comment.