Re: direxpand in 4.3 is different from in 4.2

2014-03-16 Thread Clark Wang
On Sat, Mar 15, 2014 at 12:06 AM, Chet Ramey wrote: > On 3/14/14 2:39 AM, Clark Wang wrote: > > For example in 4.3 when direxpand is enabled, `cd ./tmp' would be > > expand `./tmp' to the full path (e.g. `/root/tmp/'). I think this is not > > good especially when the full dir path is very long. B

Re: direxpand in 4.3 is different from in 4.2

2014-03-14 Thread Chet Ramey
On 3/14/14 2:39 AM, Clark Wang wrote: > For example in 4.3 when direxpand is enabled, `cd ./tmp' would be > expand `./tmp' to the full path (e.g. `/root/tmp/'). I think this is not > good especially when the full dir path is very long. Bash 4.2 (tested with > 4.2.37) does not behave like this. Coul

direxpand in 4.3 is different from in 4.2

2014-03-13 Thread Clark Wang
For example in 4.3 when direxpand is enabled, `cd ./tmp' would be expand `./tmp' to the full path (e.g. `/root/tmp/'). I think this is not good especially when the full dir path is very long. Bash 4.2 (tested with 4.2.37) does not behave like this. Could we keep the 4.2 behavior? -clark