diff --git a/bollux b/bollux index a7c5f93..c33ba6e 100644 --- a/bollux +++ b/bollux @@ -64,7 +64,7 @@ END # # See `log' for the available levels. run() { # run COMMAND... - # I have to add a `trap' here for SIGINT (C-c) to work properly. + # I have to add a `trap' here for SIGINT to work properly. trap bollux_quit SIGINT log debug "$*" "$@"