aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2019-07-19 22:15:01 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2019-07-19 22:15:01 +0000
commit231671ead574ed475ae39ec5549153f09672b7c2 (patch)
tree32e200f69f4828b648575e35d0d19d18b1844f2a /kiss
parentb53e26a9aa91fdff7186bf9e4426df96d4aa20dc (diff)
downloadcpt-231671ead574ed475ae39ec5549153f09672b7c2.tar.gz
kiss: Fix install bug.
FossilOrigin-Name: f9619644e526b074b0531b5764a4157ac9f12072138df9419dc3da9676922230
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss1
1 files changed, 0 insertions, 1 deletions
diff --git a/kiss b/kiss
index 1081e99..9dc2b60 100755
--- a/kiss
+++ b/kiss
@@ -674,7 +674,6 @@ pkg_install() {
# Figure out which package the tar-ball installs by checking for
# a database entry inside the tar-ball. If no database entry exists,
# exit here as the tar-ball is *most likely* not a KISS package.
- tar tf "$tar_file" 2>&1 | less
pkg_name=$(tar tf "$tar_file" | grep -x "\./$pkg_db/.*/version") ||
die "'${tar_file##*/}' is not a valid KISS package."