|
1
|
2 echo "outer here-doc does not allow indented end-tag" ?!LINT: missing '&&'?! |
|
2
|
3 cat >file <<-\EOF && |
|
3
|
4 but this inner here-doc |
|
4
|
5 does allow indented EOF |
|
5
|
6 EOF |
|
6
|
7 echo "missing chain after" ?!LINT: missing '&&'?! |
|
7
|
8 echo "but this line is OK because it's the end" |