[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

file: strange output on ocaml bytecode



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.


Reply to: