misc: nit

This commit is contained in:
Dylan Araps 2021-07-05 11:44:48 +03:00
parent e89f1d1af4
commit 1283a0b1a2
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -657,7 +657,7 @@ pkg_tar() (
gz) gzip -6 ;;
lzma) lzma -z ;;
lz) lzip -z ;;
xz) xz -zT0 ;;
xz) xz -zT0 ;;
zst) zstd -z ;;
esac > "$bin_dir/$1@$repo_ver-$repo_rel.tar.${KISS_COMPRESS:=gz}"