diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cpt-lib | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/cpt-lib b/src/cpt-lib index 4f182ba..aba33ec 100644 --- a/src/cpt-lib +++ b/src/cpt-lib @@ -230,6 +230,8 @@ getoptions() {      _1 'exit 1'      _0 '}' +    # This throws an error on older versions of shellcheck. +    # shellcheck disable=2086      [ ! "$_help" ] || eval "shift 2; getoptions_help $1 $_help" ${3+'"$@"'}  }  # URL: https://github.com/ko1nksm/getoptions (v2.0.1) | 
