changeset: 2383:4a055cc39dd1
tag: tip
user: Kris Maglione <jg_AT_suckless.org>
date: Thu Oct 16 20:15:03 2008 -0400
files: cmd/wmii.rc.rc cmd/wmii.sh.sh
description:
Make sure the rc event loops exit true normally, to prevent an extra wmiirc spawning at exit.
diff -r 45430b2f40dd -r 4a055cc39dd1 cmd/wmii.rc.rc
--- a/cmd/wmii.rc.rc Thu Oct 16 19:05:17 2008 -0400
+++ b/cmd/wmii.rc.rc Thu Oct 16 20:15:03 2008 -0400
@@ -148,6 +148,7 @@
event = $1; shift
Event-$"event $*
} >[2]/dev/null </dev/null
+ true
}
fn Event-Key {
diff -r 45430b2f40dd -r 4a055cc39dd1 cmd/wmii.sh.sh
--- a/cmd/wmii.sh.sh Thu Oct 16 19:05:17 2008 -0400
+++ b/cmd/wmii.sh.sh Thu Oct 16 20:15:03 2008 -0400
@@ -181,6 +181,7 @@
event=$1; shift
Event $event "$@"
done
+ true
}
action() {
Received on Fri Oct 17 2008 - 00:15:05 UTC
This archive was generated by hypermail 2.2.0 : Fri Oct 17 2008 - 00:24:04 UTC