12 lines
		
	
	
		
			233 B
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			233 B
		
	
	
	
		
			Plaintext
		
	
	
	
| 
								 | 
							
								if [ $# -ne 0 ]
							 | 
						||
| 
								 | 
							
								then
							 | 
						||
| 
								 | 
							
								    print_failure "Too many arguments. None required for this module."
							 | 
						||
| 
								 | 
							
								    exit 1
							 | 
						||
| 
								 | 
							
								fi
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								do_parameter_subst
							 | 
						||
| 
								 | 
							
								true
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
							 | 
						||
| 
								 | 
							
								# vim: expandtab:ts=4:sw=4
							 |