-
Notifications
You must be signed in to change notification settings - Fork 1.8k
SC1043
Vidar Holen edited this page Oct 20, 2022
·
1 revision
cat << EOF
Hello World
Eof
cat << EOF
Hello World
EOF
ShellCheck found a here document (<<
) where the end token is missing. However, the end token appears with different case further down. If this was meant to be the end of the here document, make sure the case matches.
None. This error is only emitted when the here document is incomplete.
- Help by adding links to BashFAQ, StackOverflow, man pages, POSIX, etc!