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:
parent
a1d9ae15e0
commit
789d3aa604
@ -51,7 +51,7 @@ usage()
|
||||
|
||||
trace()
|
||||
{
|
||||
[ -n "${VERBOSE}" ] && echo "+ ""$@"
|
||||
[ -n "${VERBOSE}" ] && echo "+ $*"
|
||||
"$@"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user