kiss: ensure _seen is fresh

This commit is contained in:
Dylan Araps 2021-07-17 15:23:07 +03:00
parent 07c62219a1
commit c3a2a415f4
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 2 additions and 0 deletions

2
kiss
View File

@ -375,6 +375,8 @@ pkg_extract_tar_hack() {
tmp_file "$1" tarball
tmp_file "$1" tarball-manifest
unset _seen
decompress "$2" > "$_tmp_file_pre" ||
die "$1" "Failed to decompress $2"