-
Notifications
You must be signed in to change notification settings - Fork 1.8k
SC2275
Joachim Ansorg edited this page Nov 12, 2021
·
2 revisions
my_variable
=value
myvariable=value
ShellCheck found a command name starting with a =
. This was likely not meant as a new command, but instead a continuation from a previous line.
Make sure the =
is used correctly.
None, though you can quote the value to make ShellCheck ignore it, e.g. "=foo"
.
- Help by adding links to BashFAQ, StackOverflow, man pages, POSIX, etc!