From 24abdc7c984a32bdec7661ce62bd46618fd7be13 Mon Sep 17 00:00:00 2001 From: phoebos Date: Fri, 27 Sep 2024 11:43:15 +0100 Subject: [PATCH] kiss: fix shellcheck --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 1bc27ff..0d7b69a 100755 --- a/kiss +++ b/kiss @@ -2056,7 +2056,7 @@ args() { # which call the package manager do not increment the value # further than the parent instance. pkg_find "kiss-$action*" "" -x "$PATH" - _KISS_LVL=0 KISS_PID= "$repo_dir" "$@" + _KISS_LVL=0 KISS_PID='' "$repo_dir" "$@" ;; esac }