From caf4a4254e76f7e6a457b2048f33673a27a1c666 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 24 Jul 2021 22:21:27 +0300 Subject: [PATCH] kiss: remove unused variable --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index abbcc97..0a83025 100755 --- a/kiss +++ b/kiss @@ -1543,7 +1543,7 @@ pkg_update() { # Update each repository in '$KISS_PATH'. for repo do - repo_type=null repo_sig=false + repo_type=null if git -C "$repo" remote >/dev/null 2>&1; then repo_type=git