Commit f1b72d8
Fix syntax error: unexpected end of file
By placing the closing TOKEN at the begin of line, this fixes `syntax error: unexpected end of file`.
`echo \\n` creates a mere newline without indentation of the current line unlike a new line in a snippet.
See https://github.com/koalaman/shellcheck/wiki/SC10391 parent e77399e commit f1b72d8
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
| |||
0 commit comments