1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-09-07 21:20:12 +00:00

kiss: unset KISS_PID for extensions

This ensures that invocations of kiss from extensions use their own
temporary directories.
This commit is contained in:
phoebos 2024-04-02 20:01:14 +01:00 committed by phoebos
parent 71a138e2da
commit 562577e4ff

2
kiss
View File

@ -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 "$repo_dir" "$@"
_KISS_LVL=0 KISS_PID= "$repo_dir" "$@"
;;
esac
}