K 10 svn:author V 3 mat K 8 svn:date V 27 2018-06-01T16:20:22.564917Z K 7 svn:log V 479 SC2145: Argument mixes string and array. Use * or separate argument. The behavior when concatenating a string and array is rarely intended. The preceeding string is prefixed to the first array element, while the succeeding string is appended to the last one. The middle array elements are unaffected. For example, with the parameters foo,bar,baz, "--flag=$@" is equivalent to the three arguments "--flag=foo" "bar" "baz". PR: 227109 Submitted by: mat Sponsored by: Absolight END