projects
/
pubbin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd0e114
)
timeSampler: leave one dialog when closing all
author
Dan White
<dan@whiteaudio.com>
Wed, 15 Aug 2018 21:32:57 +0000
(16:32 -0500)
committer
Dan White
<dan@whiteaudio.com>
Wed, 15 Aug 2018 21:32:57 +0000
(16:32 -0500)
timeSampler
patch
|
blob
|
history
diff --git
a/timeSampler
b/timeSampler
index c9f1625b7b9802d813ff30e6429c674158f7cf92..4ec13af9de5cd6fd19c8d7041c8577ada740c191 100755
(executable)
--- a/
timeSampler
+++ b/
timeSampler
@@
-166,9
+166,10
@@
function fifoPushKillOldest {
function cleanup {
- # Kill all
running dialog
s
+ # Kill all
but the last running dialog boxe
s
echo "caught signal!"
- for i in $(seq 0 $BUFFER_END); do
+ for i in $(seq $(( $MAX_JOBS - 1)) ); do
+ echo $buffer
fifoPushKillOldest $FAKE_PID
done
}