-
Notifications
You must be signed in to change notification settings - Fork 1.8k
SC2273
Joachim Ansorg edited this page Nov 12, 2021
·
2 revisions
=======
Either resolve the merge conflict, or use # =======
for a border
ShellCheck found a series of =======
s. If this was supposed to be a border or separator, use a comment.
However, it could also be left behind from a source control merge conflict:
<<<<<<< HEAD
echo "Goodbye World"
=======
echo "Hello World!"
>>>>>>> mybranch
In this case, make sure the merge conflict is correctly resolved, and all the markers removed.
None
- Help by adding links to BashFAQ, StackOverflow, man pages, POSIX, etc!