Make shfmt happy

The (C-c) pissed it off for some reason .. and it's only on the upstairs machine..
This commit is contained in:
Case Duckworth 2021-03-02 17:57:28 -06:00
parent afb2163447
commit 41a1534ee0
1 changed files with 1 additions and 1 deletions

2
bollux
View File

@ -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 "$*"
"$@"