[LEDE-DEV] [patch master 12/15] use * instead of @ to concatenate
Oswald Buddenhagen
oswald.buddenhagen at gmx.de
Sat Oct 1 02:00:47 PDT 2016
On Sat, Oct 01, 2016 at 12:37:24AM +0200, Lars Kruse wrote:
> Am Fri, 30 Sep 2016 22:02:26 +0200 schrieb Jan-Tarek Butt <tarek at ring0.de>:
>
> > - cc="$@"
> > + cc="$*"
>
> as far as I understand $* and $@, there should be no difference in this
> context, or?
>
which is exactly the reason to do it: to not suggest it could do more.
btw, the quotes around the assignment are superfluous, by language
definition.
More information about the Lede-dev
mailing list