Re: Bug#517501: libtool: uninitialized shell variable causes link failure when run under zsh

2009-02-28 Thread Török Edwin
On 2009-02-28 14:29, Ralf Wildenhues wrote: > tags fixed-upstream > thanks > > [ adding libtool-patches; see ] > > OK, here's the deal: 'emulate sh' turns off the special properties of > the $path array, but keeps its first entry: > > $ zsh -c 'echo $path.; emulate s

Re: Bug#517501: libtool: uninitialized shell variable causes link failure when run under zsh

2009-02-28 Thread Ralf Wildenhues
* Török Edwin wrote on Sat, Feb 28, 2009 at 01:49:27PM CET: > Is there a release date planned for next libtool release? No. Well, maybe yes, but isn't there an empirical law like "publishing the next planned release date will double the chance of it being missed"? ;-) > I would like to know if

Re: Bug#517501: libtool: uninitialized shell variable causes link failure when run under zsh

2009-02-28 Thread Ralf Wildenhues
tags fixed-upstream thanks [ adding libtool-patches; see ] OK, here's the deal: 'emulate sh' turns off the special properties of the $path array, but keeps its first entry: $ zsh -c 'echo $path.; emulate sh; echo $path.' /usr/local/bin /usr/bin /bin /usr/bin/X11 /