aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-08-16 23:09:03 +0000
committermerakor <cem@ckyln.com>2020-08-16 23:09:03 +0000
commit66332c9ce08bfae561bc8ea7a8bc13e616c9d41d (patch)
tree0926c173fa0831ca219a528e72bff80c8a7bfde2
parent5b418806492969ddb852004d5e521560b9025af4 (diff)
downloadcpt-66332c9ce08bfae561bc8ea7a8bc13e616c9d41d.tar.gz
cpt-lib: this isn't needed anymore.
FossilOrigin-Name: c047d569d1c77897081a77463d8b081f4bd5a4f74400604e9a3e364433033279
-rw-r--r--src/cpt-lib2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpt-lib b/src/cpt-lib
index bc8f0ff..91a0ce1 100644
--- a/src/cpt-lib
+++ b/src/cpt-lib
@@ -116,8 +116,6 @@ run_hook() {
# escalation through user scripts.
[ "$4" ] && CPT_HOOK=$CPT_ROOT/etc/cpt-hook
- # This is not a misspelling, can be ignored safely.
- # shellcheck disable=2153
[ -f "$CPT_HOOK" ] || return 0
log "$2" "Running $1 hook"