Hi,

In message "[ruby-talk:15850] Re: Ruby globbing problem?"
    on 01/05/28, ts <decoux / moulon.inra.fr> writes:

|Y> It must be a bug.  But I'm not exactly sure how to regenerate the
|Y> problem.  Could you tell me the link situation in detail?
|
|pigeon% mkdir xx
|pigeon% touch xx/x
|pigeon% ln -s xx yy
|
|pigeon% /usr/bin/ruby -ve 'p Dir["yy/*"]'
|ruby 1.6.3 (2001-03-19) [i686-linux]
|[]

|pigeon% ./ruby -ve 'p Dir["yy/*"]'
|ruby 1.7.0 (2001-05-17) [i686-linux]
|["yy/x"]

Oh, this one.  Thank you.  I've been not sure this one to be back
ported or not.  I'm interested in what the community think?

							matz.