We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
+=
'+='
var += "my text"
var+="my text"
ShellCheck found an unquoted += after a word. To append text to a variable, remove spaces around += as in the example.
If the += was supposed to be literal, you can quote it to make ShellCheck ignore it:
grep '+=' files..
There was an error while loading. Please reload this page.