Argument mixes string and array. Use * or separate argument.
Double quote array expansions, otherwise they're like $* and break on spaces.
Assigning an array to a string! Assign as array, or use * instead of @ to concatenate.
You are missing a required space after the !.
Argument mixes string and array. Use
*
or separate argument. Double quote array expansions, otherwise they're like$*
and break on spaces. Assigning an array to a string! Assign as array, or use*
instead of@
to concatenate. You are missing a required space after the!
.