aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-04-17 22:21:16 +0000
committermerakor <cem@ckyln.com>2020-04-17 22:21:16 +0000
commitfbe8b0386a6c4486302b70a5750136888ab40db4 (patch)
tree1280fb8fb81ab151315bc1d42d914e72b46e37f8
parentcf32a0fba66f7f1fd5108cea1258b88207636a21 (diff)
downloadcpt-fbe8b0386a6c4486302b70a5750136888ab40db4.tar.gz
kiss: fix shellcheck error
FossilOrigin-Name: a0b4650b59b2da44a516170efd2fe3c20b8f23d65023942a8e097a2699b63632
-rwxr-xr-xkiss2
1 files changed, 2 insertions, 0 deletions
diff --git a/kiss b/kiss
index 41c9a62..513bd66 100755
--- a/kiss
+++ b/kiss
@@ -81,6 +81,8 @@ pop() {
}
run_hook() {
+ # This is not a misspelling, can be ignored safely.
+ # shellcheck disable=2153
[ "$KISS_HOOK" ] || return 0
log "$2" "Running $1 hook"