aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-02-04 19:05:53 +0000
committermerakor <cem@ckyln.com>2021-02-04 19:05:53 +0000
commita75dae07e41e8220ae35d726673ecc7ca0520476 (patch)
tree9c81ae60995058ee52a0e2ea74bc7f40d3b66905 /src
parent8a73450ff09538f166327ce4afba3b927dc73a70 (diff)
downloadcpt-a75dae07e41e8220ae35d726673ecc7ca0520476.tar.gz
cpt-lib: disable faulty shellcheck error on older versions
FossilOrigin-Name: 240daa9617936e7676d568290a1660a01262ec50571d7431b1ca60735aab6634
Diffstat (limited to 'src')
-rw-r--r--src/cpt-lib.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpt-lib.in b/src/cpt-lib.in
index 8c7989e..4176d93 100644
--- a/src/cpt-lib.in
+++ b/src/cpt-lib.in
@@ -115,7 +115,7 @@ _readlinkf() (
# function.
# URL: https://github.com/ko1nksm/getoptions (v2.5.0)
# License: Creative Commons Zero v1.0 Universal
-# shellcheck disable=2016
+# shellcheck disable=2016,2086
getoptions() {
_error='' _on=1 _off='' _export='' _plus='' _mode='' _alt='' _rest=''
_flags='' _nflags='' _opts='' _help='' _abbr='' _cmds='' _init=@empty IFS=' '