Guido Guenther <[EMAIL PROTECTED]> writes:

> On Sat, Aug 25, 2007 at 04:13:50PM +0300, Jari Aalto wrote:
>
>> Package: git-buildpackage
>> Version: 0.3.3
>> Severity: minor
>> 
>> Instead of this:
>> 
>>   pdebuild --debbuildopts "$*"
>> 
>> Use this, for safer command line handling:
>> 
>>   pdebuild --debbuildopts "$@"
> Safer in a way that $@ doesn't care about IFS or in what way?
>  -- Guido

I was more thinking about the proper quoting.

  --buildsourceroot "My Tempdir"
  --debsign-k "Mr Foo"
  ...

I'm curious, how would there be problem with the IFS?

Jari



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to