From a75dae07e41e8220ae35d726673ecc7ca0520476 Mon Sep 17 00:00:00 2001 From: merakor Date: Thu, 4 Feb 2021 19:05:53 +0000 Subject: cpt-lib: disable faulty shellcheck error on older versions FossilOrigin-Name: 240daa9617936e7676d568290a1660a01262ec50571d7431b1ca60735aab6634 --- src/cpt-lib.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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=' ' -- cgit v1.2.3