Check for [[ i + 1 = 2 ]]

This commit is contained in:
Vidar Holen 2014-01-27 22:47:48 -08:00
parent 0ec62390d5
commit 9ae776530b
2 changed files with 11 additions and 3 deletions

View file

@ -2,7 +2,7 @@ module ShellCheck.Data where
internalVariables = [
-- Generic
"", "_",
"", "_", "rest", "REST",
-- Bash
"BASH", "BASHOPTS", "BASHPID", "BASH_ALIASES", "BASH_ARGC",