Add shellcheck disable for CM_SELECTIONS

This commit is contained in:
Chris Down 2018-02-20 11:31:08 +00:00
parent 1a145d298f
commit ee0a6f6d31

View file

@ -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