fix asciidoc misinterpretation

asciidoc was misinterpreting the '-----' (see patch) as underlining
the previous text instead of as starting the next source code section.

Inserting a newline in between to help asciidoc.
This commit is contained in:
tpo 2013-07-07 13:11:20 +02:00
parent 243106f513
commit 0162436ab7
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ If you have not seen this syntax (<< eof) before, it may help you to read
about "here documents".
In the __file type, stdin is used as source for the file, if - is used for source:
--------------------------------------------------------------------------------
if [ -f "$__object/parameter/source" ]; then
source="$(cat "$__object/parameter/source")"