From 7477118b0364aff0dacfbfed9aa07711c1a4fb02 Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Sat, 14 Sep 2019 13:13:08 +0000 Subject: kiss: fix pkg_find exit FossilOrigin-Name: faaca569f3dcd9d6b1fd5c6cad359cfd839580e7be7fdd98a1e6a6f265b0c4c5 --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kiss') diff --git a/kiss b/kiss index 2f9a34f..548f299 100755 --- a/kiss +++ b/kiss @@ -618,7 +618,7 @@ pkg_install() { else # Read the version information to name the package. - read -r version release 2>/dev/null < "$(pkg_find "$1")/version" + read -r version release < "$(pkg_find "$1")/version" # Construct the name of the package tarball. tar_name=$1\#$version-$release.tar.gz -- cgit v1.2.3