Handle variable assignments from read in CFG

This commit is contained in:
Vidar Holen 2022-08-02 15:47:59 -07:00
parent 0df9345142
commit 4806719035
2 changed files with 35 additions and 1 deletions

View file

@ -159,5 +159,6 @@ shellForExecutable name =
_ -> Nothing
flagsForRead = "sreu:n:N:i:p:a:t:"
flagsForMapfile = "d:n:O:s:u:C:c:t"
declaringCommands = ["local", "declare", "export", "readonly", "typeset", "let"]