From 863c943350290e183a608f4cef9698c1508c8dd1 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 20 Jul 2019 01:15:01 +0300 Subject: [PATCH] kiss: Fix install bug. --- kiss | 1 - 1 file changed, 1 deletion(-) 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."