tcsh-org / tcsh

This is a read-only mirror of the tcsh code repository.
https://www.tcsh.org/
Other
229 stars 42 forks source link

tcsh: if can't expand a filename, tells the user it was the subprograms fault #76

Open josefs10 opened 1 year ago

josefs10 commented 1 year ago

Copying an old issue from debian here:

> echo asdasd* echo: No match.

This happens for any program -- the error message is printed such that it looks like the subprogram bailed, not that the shell can't find a match, and bailed without even starting up the subprogram.

The error message should look something like this perhaps:

> echo asdasd* tcsh: echo: No match.

For us "only use tcsh under protest" types, such an uninformative error message is worse than useless - leading us down very dark alleys while trying to debug small problems.