removing globstar

Pat Myron
2019-03-30 23:03:16 -04:00
parent d09d758e44
commit 823e9f6032

@@ -19,7 +19,7 @@ To check files with one of multiple extensions:
# nullglob will prevent one of the extension patterns from appearing in the arg list
# if they don't match.
# dotglob will match shell scripts in hidden directories.
shopt -s globstar nullglob dotglob
shopt -s nullglob dotglob
shellcheck /path/to/scripts/**.{sh,bash,ksh,bashrc,bash_profile,bash_login,bash_logout}
# POSIX