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:
Jan Kiszka 2020-03-17 19:58:23 +01:00
parent a1d9ae15e0
commit 789d3aa604

View File

@ -51,7 +51,7 @@ usage()
trace()
{
[ -n "${VERBOSE}" ] && echo "+ ""$@"
[ -n "${VERBOSE}" ] && echo "+ $*"
"$@"
}