Rebase of chromiumos fork

https://chromium.googlesource.com/chromiumos/third_party/shellcheck/
This commit is contained in:
Matt Jolly 2023-02-28 20:30:31 +11:00 committed by hololeap
parent dd747b2a98
commit e3d8483e49
No known key found for this signature in database
GPG key ID: 06B97EDD7A3D1E83
13 changed files with 1479 additions and 41 deletions

View file

@ -200,7 +200,7 @@ unreachableState = modified newInternalState {
createEnvironmentState :: InternalState
createEnvironmentState = do
foldl' (flip ($)) newInternalState $ concat [
addVars Data.internalVariables unknownVariableState,
addVars Data.genericInternalVariables unknownVariableState,
addVars Data.variablesWithoutSpaces spacelessVariableState,
addVars Data.specialIntegerVariables integerVariableState
]