John D. Hendrickson and Sara Darnell pisze: Hi,
>> What $SHELL do you use? Is it mksh or some other one? > > bash, zsh, ksh, ash, report: > SHELL=/bin/sh > and csh, > shell /bin/tcsh > [ -f /README/.. ] && echo hi > Yes all these shells no difference, same error, shell > subst. is not a lead here > snippy:~> [ -f /README/.. ] && echo hi > (no output) I've just tried to reproduce the bug, and I cannot. Both current realpath (1.19) with current libc6 (2.19-10), and the versions indicated in the bug report, i.e. realpath 1.9.21 with libc6 2.3.2.ds1-22, reports: /tmp> /usr/bin/realpath /var/mail/robert/.. /usr/bin/realpath: '/var/mail/robert/..': Not a directory However I am able to reproduce it with mksh's built-in realpath command: /tmp> /bin/mksh -c 'realpath /var/mail/robert/..' /var/mail That's why I asked you if you used mksh as your shell. Could you please check if you can still reproduce the bug by yourself? Regards, robert -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

