package: file
version: 4.15-2

The file program is detecting a simple text file as a MS-DOS executable.
This in all text files that starts with the string 'é'

to reproduce:

$ echo é > /tmp/filetest
$ file /tmp/filetest
/tmp/filetest: MS-DOS executable (COM)



Reply via email to