forked from kiss-community/kiss
kiss: added KISS_PID to preempt build directory location
This commit is contained in:
parent
ec85962809
commit
10628c4d02
2
kiss
2
kiss
@ -1077,7 +1077,7 @@ main() {
|
|||||||
# to each specific KISS instance. This allows multiple package manager
|
# to each specific KISS instance. This allows multiple package manager
|
||||||
# instances to be run at once. Store the value in another variable so
|
# instances to be run at once. Store the value in another variable so
|
||||||
# that it doesn't change beneath us.
|
# 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
|
# Store the original value of IFS so we can revert back to it if the
|
||||||
# variable is ever changed.
|
# variable is ever changed.
|
||||||
|
Loading…
Reference in New Issue
Block a user