[OE-core] [PATCH 7/8] oe-git-proxy.sh: Add a new comprehensive git proxy script

Darren Hart dvhart at linux.intel.com
Tue Feb 5 16:20:16 UTC 2013



On 02/05/2013 03:16 AM, Enrico Scholz wrote:
> 
> 
> Darren Hart <dvhart-VuQAYsv1563Yd54FQh9/CA at public.gmane.org> writes:
> 
>> +	$NC -X connect $*
> 
> why '$*' but not '"$@*"'?
> 
> 
>> +$NC $METHOD $*
> 
> ditto

I'm not familiar with $@*

As for $* versus $@, the issue is how the arguments are presented. $* as
a single word, $@ each argument is quoted separately. I believe I ran
into issues with $@. I haven't had any trouble with $*. Is there a
particular use case where you can see this failing as is?

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux Kernel




More information about the Openembedded-core mailing list