From: Lady Date: Fri, 19 Jan 2024 01:16:04 +0000 (-0500) Subject: Disallow a few more characters in file·names X-Git-Tag: 0.4.1~5 X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/4e4c927c458dd77fd0f6cdac5be14f964525e8b1?ds=sidebyside;hp=4e4c927c458dd77fd0f6cdac5be14f964525e8b1 Disallow a few more characters in file·names - Make will try to expand the glob characters `*`, `?`, and `[` when followed by `]`. Forbid all of these (including both brackets in all cases for simplicity). - `#` and `;` are dangerous in make prerequisites (at least under secondary expansion). ---