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: odd behavior from overloading the "source" builtin

2014-03-16 Thread Chris F.A. Johnson
On Sun, 16 Mar 2014, Doug McIlroy wrote: GNU bash, version 4.2.39(1)-release (x86_64-redhat-linux-gnu) interprets this shell script differently when bash input comes from a terminal or when it conmes from a file: source(){ echo x } source In the former case it p

odd behavior from overloading the "source" builtin

2014-03-16 Thread Doug McIlroy
binxQRPThwkqX.bin Description: Binary data

odd behavior from overloading the "source" builtin

2014-03-16 Thread Doug McIlroy
wait() { echo x } wait

[no subject]

2014-03-16 Thread Doug McIlroy
binK813SZFOYK.bin Description: Binary data

bash cross with installed readline

2014-03-16 Thread Andrew Kosteltsev
Dear All, When we build bash for some targets the INCLUDES variable for BUILD_CC contains the path to target readline headers. This path points to the target headers which not preferred for utilities which prepared for build machine. Also when we have installed readline on the target the configur