From 5d428ce24c1a2a4a01991011929e2699006b0f0d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 14 Sep 2020 20:35:56 +0300 Subject: [PATCH] kiss: better comment --- kiss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kiss b/kiss index 15b1547..fa35079 100755 --- a/kiss +++ b/kiss @@ -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.