View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000572 | file | General | public | 2024-12-01 19:09 | 2024-12-01 19:09 |
Reporter | BEEDELLROKEJULIANLOCKHART | Assigned To | |||
Priority | low | Severity | text | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 5.45 | ||||
Summary | 0000572: When `file` is used on a path that doesn't exist, the output contains both a backtick and quotation mark. | ||||
Description | When `file` is used on a path that doesn't exist, the output (as undermentioned) contains both a backtick and quotation mark: > non-existent: cannot open `non-existent' (No such file or directory) It should only contain one. This matters because it breaks in-line Markdown (and isn't syntactically correct in English). | ||||
Steps To Reproduce | ~~~bash #!/usr/bin/env -S bash file 'non-existent' ~~~ | ||||
Additional Information | 1. `dnf5 repoquery --whatprovides 'file'` returns `file-0:5.45-7.fc41.x86_64`. 2. `rpm -qa file` returns `file-5.45-7.fc41.x86_64` too. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-12-01 19:09 | BEEDELLROKEJULIANLOCKHART | New Issue |