diff options
author | Case Duckworth | 2021-03-02 17:57:28 -0600 |
---|---|---|
committer | Case Duckworth | 2021-03-02 17:57:28 -0600 |
commit | 41a1534ee045fa3fc1b25555ba2b79eff31f6695 (patch) | |
tree | f66b8086af82a52ddaefcf9da14cc5c51b8ebf47 | |
parent | Add commentary (diff) | |
download | bollux-41a1534ee045fa3fc1b25555ba2b79eff31f6695.tar.gz bollux-41a1534ee045fa3fc1b25555ba2b79eff31f6695.zip |
Make shfmt happy
The (C-c) pissed it off for some reason .. and it's only on the upstairs machine..
-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 | "$@" |