Skip to content

Commit

Permalink
kiss: unset KISS_PID for extensions
Browse files Browse the repository at this point in the history
This ensures that invocations of kiss from extensions use their own
temporary directories.
  • Loading branch information
aabacchus authored and phoebos committed Jun 14, 2024
1 parent 71a138e commit 562577e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiss
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 562577e

Please sign in to comment.