Re: 1.12 bugfix: unset local var to prevent env influence

2012-04-26 Thread Thien-Thi Nguyen
() Stefano Lattarini () Thu, 26 Apr 2012 12:33:08 +0200 Do you have an environment variable named 'd'? I like minimalism, but this seems a little over-the-top ;-) I live in Emacs and ‘C-x C-f $ d RET’ is a nice way to get there quickly. Attached is ~/.directory-env-vars just so you see h

Re: 1.12 bugfix: unset local var to prevent env influence

2012-04-26 Thread Stefano Lattarini
Hi Thien-Thi, thanks for the report and the patch. On 04/26/2012 11:45 AM, Thien-Thi Nguyen wrote: > Automake 1.12 "make check" reported only one FAIL, which I traced > to a strange value for var 'd' in t/remake11.sh, leaking in from > the environment. > Do you have an environment variable named '

1.12 bugfix: unset local var to prevent env influence

2012-04-26 Thread Thien-Thi Nguyen
Automake 1.12 "make check" reported only one FAIL, which i traced to a strange value for var 'd' in t/remake11.sh, leaking in from the environment. You can probably guess its value from this test-suite.log excerpt: test-suite.log-EXCERPT Description: Binary data Anyway, here's the trivial patc