From d047729aa8af50eb55aa8368feb98740e5f141fe Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 2 Jul 2021 12:45:52 +0000 Subject: [PATCH] kiss: Remove KISS_PID This was a hack to point the build directory somewhere else. Proper support for this will be added at a later date. --- kiss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kiss b/kiss index aa9449d..c04d959 100755 --- a/kiss +++ b/kiss @@ -1494,7 +1494,6 @@ args() { KISS_CHOICE="$KISS_CHOICE" \ KISS_COLOR="$KISS_COLOR" \ KISS_TMPDIR="$KISS_TMPDIR" \ - KISS_PID="$KISS_PID" \ "$0" "$action" "$@" return } @@ -1669,7 +1668,7 @@ main() { # to each specific KISS instance. This allows multiple package manager # instances to be run at once. Store the value in another variable so # that it doesn't change beneath us. - pid=${KISS_PID:-$$} + pid=$$ # Catch errors and ensure that build files and directories are cleaned # up before we die. This occurs on 'Ctrl+C' as well as success and error.