While running a configure script under bash-2.05b, I observed a bug (?) similar to the following:
$ ls configure* configure configure.in $ echo timestamp >conftest.file $ ls -Lt ./configure conftest.file conftest.file ./configure $ set X `ls -Lt ./configure conftest.file` $ echo $* X conftest.file ./configure ./configure.in So, it appears that `ls' produces different output when evaluated at the command prompt and when run under backquote. Any ideas? -- mjb ********************************************************************* This message and any attachments is solely for the intended recipient. If you are not the intended recipient, disclosure, copying, use or distribution of the information included in this message is prohibited -- Please immediately and permanently delete. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/