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