Re: [LEDE-DEV] [patch master 12/15] use * instead of @ to concatenate

2016-10-01 Thread Oswald Buddenhagen
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 :
> 
> > -   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.

___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev


Re: [LEDE-DEV] [patch master 12/15] use * instead of @ to concatenate

2016-09-30 Thread Lars Kruse
Hi Jan-Tarek,


Am Fri, 30 Sep 2016 22:02:26 +0200
schrieb Jan-Tarek Butt :

> - cc="$@"
> + cc="$*"

as far as I understand $* and $@, there should be no difference in this
context, or?

Cheers,
Lars

___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev