mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-10 15:22:58 -07:00
Add $# to list of variables not containing spaces (fixes #1362)
This commit is contained in:
parent
e0e46e979a
commit
f7b82658f4
2 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,7 @@ internalVariables = [
|
|||
]
|
||||
|
||||
variablesWithoutSpaces = [
|
||||
"$", "-", "?", "!",
|
||||
"$", "-", "?", "!", "#",
|
||||
"BASHPID", "BASH_ARGC", "BASH_LINENO", "BASH_SUBSHELL", "EUID", "LINENO",
|
||||
"OPTIND", "PPID", "RANDOM", "SECONDS", "SHELLOPTS", "SHLVL", "UID",
|
||||
"COLUMNS", "HISTFILESIZE", "HISTSIZE", "LINES"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue