Make sure the rc event loops exit true normally, to prevent an extra wmiirc spawning at exit.

This commit is contained in:
Kris Maglione 2008-10-16 20:15:03 -04:00
parent 3b4930edaa
commit fb53776ae5
2 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,7 @@ fn wi_eventloop {
event = $1; shift
Event-$"event $*
} >[2]/dev/null </dev/null
true
}
fn Event-Key {

View File

@ -181,6 +181,7 @@ wi_eventloop() {
event=$1; shift
Event $event "$@"
done
true
}
action() {