kiss: better comment

This commit is contained in:
Dylan Araps 2020-09-14 20:35:56 +03:00
parent 2f6270e063
commit 5d428ce24c
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 2 deletions

3
kiss
View File

@ -518,8 +518,7 @@ pkg_tar() (
read -r version release < "$repo_dir/version"
# Use 'cd' to avoid needing tar's '-C' flag which may not be portable
# across implementations.
# Avoid tar -C (not portable).
cd "$pkg_dir/$1"
# Create a tarball from the contents of the built package.