diff options
-rw-r--r-- | bollux | 2 |
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. |
66 | run() { # run COMMAND... | 66 | run() { # 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 | "$@" |