From cc665bf849f5100e408367f6acfcd57e59cecdde Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 11 May 2020 14:07:08 +0300 Subject: [PATCH] kiss: Don't send release to build files --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 13ca611..cadc888 100755 --- a/kiss +++ b/kiss @@ -718,7 +718,7 @@ pkg_build() { # Log the version so we can pass it to the package build file # for the occasional use. - read -r build_version < "$repo_dir/version" + read -r build_version _ < "$repo_dir/version" log "$pkg" "Starting build" run_hook pre-build "$pkg" "$pkg_dir/$pkg"