Bug#999754: Acknowledgement (tcsh: character class expansion is badly broken)

2021-11-16 Thread Jon Leech
> Suggested resolutionn is to update the buster package to tcsh 6.23.00. Sorry, I should have written 'update the bullseye package'. Kimmon Suominen's suggested patches would doubtless be better from a distribution stability perspective, and I'm fine with that approach as well.

Bug#999754: tcsh: character class expansion is badly broken

2021-11-15 Thread Jon Leech
Package: tcsh Version: 6.21.00-1.1 Severity: grave Tags: newcomer Justification: causes non-serious data loss Dear Maintainer, tcsh does not respect character classes. Minimal example: $ mkdir a $ touch a/a a/B $ echo a/[a-z] a/a a/B I expect the result to simply be 'a/a' since 'B' is not in [a