Improve message for SC1067
This commit is contained in:
parent
4d56852b9f
commit
ba2c20a08a
|
@ -2765,7 +2765,7 @@ readAssignmentWordExt lenient = try $ do
|
||||||
variable <- readVariableName
|
variable <- readVariableName
|
||||||
when lenient $
|
when lenient $
|
||||||
optional (readNormalDollar >> parseNoteAt pos ErrorC
|
optional (readNormalDollar >> parseNoteAt pos ErrorC
|
||||||
1067 "For indirection, use (associative) arrays or 'read \"var$n\" <<< \"value\"'")
|
1067 "For indirection, use arrays, declare \"var$n=value\", or (for sh) read/eval.")
|
||||||
indices <- many readArrayIndex
|
indices <- many readArrayIndex
|
||||||
hasLeftSpace <- fmap (not . null) spacing
|
hasLeftSpace <- fmap (not . null) spacing
|
||||||
pos <- getPosition
|
pos <- getPosition
|
||||||
|
|
Loading…
Reference in New Issue