Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
kiss: added KISS_PID to preempt build directory location
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Sep 8, 2019
1 parent ec85962 commit 10628c4
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 @@ -1077,7 +1077,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=$$
pid=${KISS_PID:-$$}

# Store the original value of IFS so we can revert back to it if the
# variable is ever changed.
Expand Down

0 comments on commit 10628c4

Please sign in to comment.