kiss: Fix trailing white-space

This commit is contained in:
Dylan Araps 2020-05-08 22:15:16 +03:00
parent bbb1873f6e
commit 8cab612d2f
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 3 additions and 3 deletions

6
kiss
View File

@ -395,10 +395,10 @@ pkg_extract() {
git+*|\#*|'') continue ;;
# Tarballs of any kind. This is a shell equivalent of
# GNU tar's '--strip-components 1'.
# GNU tar's '--strip-components 1'.
*://*.tar|*://*.tar.??|*://*.tar.???|*://*.tar.????|*://*.tgz)
decompress "$src_dir/$1/${src##*/}" > .ktar
decompress "$src_dir/$1/${src##*/}" > .ktar
"$tar" xf .ktar ||
die "$1" "Couldn't extract ${src##*/}"