diff --git a/.config/bash/module/archive.sh b/.config/bash/module/archive.sh index 25f5488..bc29b16 100644 --- a/.config/bash/module/archive.sh +++ b/.config/bash/module/archive.sh @@ -232,6 +232,7 @@ unarchive() esac # extract. + unset IFS pv "${target}" | ${compressor} | tar -xf - else # report validation error & exit.