Hello, on sid, file gives a strange report on ocaml bytecode executables:
% ocamlc hello.ml % file a.out a.out: \0 "#!/usr/bin/ocamlrun" (ocaml: 3.12.1-2, file: 5.10-1) while on stable it gives what I would expect: % ocamlc hello.ml % file a.out a.out: a /usr/bin/ocamlrun script text executable (ocaml: 3.11.2-2, file: 5.04-5) Is this a known issue? Is it a regression of ocaml or of file? -Ralf. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

