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

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 Led

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

2016-09-30 Thread Jan-Tarek Butt
--- scripts/config/lxdialog/check-lxdialog.sh | 4 ++-- scripts/ubinize-image.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/config/lxdialog/check-lxdialog.sh b/scripts/config/lxdialog/check-lxdialog.sh index 02f05ad..0791372 100644 --- a/script