diff options
author | merakor <cem@ckyln.com> | 2021-02-04 19:05:53 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-02-04 19:05:53 +0000 |
commit | a75dae07e41e8220ae35d726673ecc7ca0520476 (patch) | |
tree | 9c81ae60995058ee52a0e2ea74bc7f40d3b66905 | |
parent | 8a73450ff09538f166327ce4afba3b927dc73a70 (diff) | |
download | cpt-a75dae07e41e8220ae35d726673ecc7ca0520476.tar.gz |
cpt-lib: disable faulty shellcheck error on older versions
FossilOrigin-Name: 240daa9617936e7676d568290a1660a01262ec50571d7431b1ca60735aab6634
-rw-r--r-- | src/cpt-lib.in | 2 |
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=' ' |