Description of problem: The tcsh now rejects command lines with wildcard arguments if any fail to expand, instead of rejecting if all fail to expand. Version-Release number of selected component (if applicable): How reproducible: This is very easy to reproduce. Steps to Reproduce: 1. mkdir a 2. mkdir b 3. touch a/a 4. echo a/* b/* Actual results: echo: No match. Expected results: a/a Additional info:
*** This bug has been marked as a duplicate of bug 529703 ***