commit ee0a6f6d31a20d1c41279a1371c4fd32b70d4489
parent 1a145d298f86689542f58414c69159ebda3c87b2
Author: Chris Down <chris@chrisdown.name>
Date: Tue, 20 Feb 2018 11:31:08 +0000
Add shellcheck disable for CM_SELECTIONS
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/clipmenud b/clipmenud
@@ -5,6 +5,9 @@
: "${CM_DEBUG=0}"
: "${CM_DIR="${XDG_RUNTIME_DIR-"${TMPDIR-/tmp}"}"}"
: "${CM_MAX_CLIPS=1000}"
+
+# Shellcheck is mistaken here, this is used later as lowercase.
+# shellcheck disable=SC2153
: "${CM_SELECTIONS=clipboard primary}"
major_version=5