about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--bollux2
1 files changed, 1 insertions, 1 deletions
diff --git a/bollux b/bollux index a7c5f93..c33ba6e 100644 --- a/bollux +++ b/bollux
@@ -64,7 +64,7 @@ END
64# 64#
65# See `log' for the available levels. 65# See `log' for the available levels.
66run() { # run COMMAND... 66run() { # run COMMAND...
67 # I have to add a `trap' here for SIGINT (C-c) to work properly. 67 # I have to add a `trap' here for SIGINT to work properly.
68 trap bollux_quit SIGINT 68 trap bollux_quit SIGINT
69 log debug "$*" 69 log debug "$*"
70 "$@" 70 "$@"