>>>>> "Y" == Yukihiro Matsumoto <matz / zetabits.com> 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% pigeon% ./ruby -ve 'p Dir["yy/*"]' ruby 1.7.0 (2001-05-17) [i686-linux] ["yy/x"] pigeon% Guy Decoux