kas-docker: Fix a shellcheck warning
Resolves "SC2145: Argument mixes string and array". Harmless here, but the result looks nicer anyway. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
		@@ -51,7 +51,7 @@ usage()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
trace()
 | 
					trace()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	[ -n "${VERBOSE}" ] && echo "+ ""$@"
 | 
						[ -n "${VERBOSE}" ] && echo "+ $*"
 | 
				
			||||||
	"$@"
 | 
						"$@"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user