forked from ungleich-public/cdist
		
	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:
		
					parent
					
						
							
								243106f513
							
						
					
				
			
			
				commit
				
					
						0162436ab7
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -141,6 +141,7 @@ If you have not seen this syntax (<< eof) before, it may help you to read
 | 
				
			||||||
about "here documents".
 | 
					about "here documents".
 | 
				
			||||||
 | 
					
 | 
				
			||||||
In the __file type, stdin is used as source for the file, if - is used for source:
 | 
					In the __file type, stdin is used as source for the file, if - is used for source:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
--------------------------------------------------------------------------------
 | 
					--------------------------------------------------------------------------------
 | 
				
			||||||
    if [ -f "$__object/parameter/source" ]; then
 | 
					    if [ -f "$__object/parameter/source" ]; then
 | 
				
			||||||
        source="$(cat "$__object/parameter/source")"
 | 
					        source="$(cat "$__object/parameter/source")"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue