Re: Builtins should canonicalize path arguments

2014-01-10 Thread Ondrej Oprala
On 01/09/2014 11:06 PM, Pádraig Brady wrote: On 01/09/2014 07:19 PM, Chet Ramey wrote: On 1/9/14 12:42 PM, Ondrej Oprala wrote: Hi, I investigated this bug report: https://bugzilla.redhat.com/show_bug.cgi?id=987975 and found out that some of bash's builtins (source at the very least) do not can

Re: Builtins should canonicalize path arguments

2014-01-09 Thread Pádraig Brady
On 01/09/2014 07:19 PM, Chet Ramey wrote: > On 1/9/14 12:42 PM, Ondrej Oprala wrote: >> Hi, I investigated this bug report: >> https://bugzilla.redhat.com/show_bug.cgi?id=987975 >> and found out that some of bash's builtins (source at the very least) do >> not canonicalize >> pathnames given as arg

Re: Builtins should canonicalize path arguments

2014-01-09 Thread Bob Proulx
Chet Ramey wrote: > Ondrej Oprala wrote: > > Hi, I investigated this bug report: > > https://bugzilla.redhat.com/show_bug.cgi?id=987975 > > and found out that some of bash's builtins (source at the very > > least) do not canonicalize pathnames given as arguments (builtin > > "open" is instead fed w

Re: Builtins should canonicalize path arguments

2014-01-09 Thread Chet Ramey
On 1/9/14 12:42 PM, Ondrej Oprala wrote: > Hi, I investigated this bug report: > https://bugzilla.redhat.com/show_bug.cgi?id=987975 > and found out that some of bash's builtins (source at the very least) do > not canonicalize > pathnames given as arguments (builtin "open" is instead fed with the pa

Builtins should canonicalize path arguments

2014-01-09 Thread Ondrej Oprala
Hi, I investigated this bug report: https://bugzilla.redhat.com/show_bug.cgi?id=987975 and found out that some of bash's builtins (source at the very least) do not canonicalize pathnames given as arguments (builtin "open" is instead fed with the path - failing in the BZ case). The builtin "cd" s