From afda1710531fe713b7e77185c4bda8fb9b1c7cec Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 18 Apr 2020 10:26:29 +0300 Subject: [PATCH] kiss: Supress error in pkg_install() as we have our own --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 9dde0a0..7be0807 100755 --- a/kiss +++ b/kiss @@ -946,7 +946,7 @@ pkg_install() { if [ -f "$1" ] && [ -z "${1%%*.tar.*}" ] ; then tar_file=$1 pkg_name=${1##*/} pkg_name=${pkg_name%#*} - elif pkg_cache "$1"; then + elif pkg_cache "$1" 2>/dev/null; then pkg_name=$1 else