mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-24 16:10:05 -07:00
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.
This commit is contained in:
parent
39fa046f73
commit
d047729aa8
3
kiss
3
kiss
@ -1494,7 +1494,6 @@ args() {
|
|||||||
KISS_CHOICE="$KISS_CHOICE" \
|
KISS_CHOICE="$KISS_CHOICE" \
|
||||||
KISS_COLOR="$KISS_COLOR" \
|
KISS_COLOR="$KISS_COLOR" \
|
||||||
KISS_TMPDIR="$KISS_TMPDIR" \
|
KISS_TMPDIR="$KISS_TMPDIR" \
|
||||||
KISS_PID="$KISS_PID" \
|
|
||||||
"$0" "$action" "$@"
|
"$0" "$action" "$@"
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
@ -1669,7 +1668,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=${KISS_PID:-$$}
|
pid=$$
|
||||||
|
|
||||||
# Catch errors and ensure that build files and directories are cleaned
|
# 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.
|
# up before we die. This occurs on 'Ctrl+C' as well as success and error.
|
||||||
|
Loading…
Reference in New Issue
Block a user