View Issue Details

IDProjectCategoryView StatusLast Update
0000572fileGeneralpublic2024-12-01 19:09
ReporterBEEDELLROKEJULIANLOCKHART Assigned To 
PrioritylowSeveritytextReproducibilityalways
Status newResolutionopen 
Product Version5.45 
Summary0000572: When `file` is used on a path that doesn't exist, the output contains both a backtick and quotation mark.
DescriptionWhen `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 Information1. `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.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-12-01 19:09 BEEDELLROKEJULIANLOCKHART New Issue