thelema / odb

Oasis-db downloader and installer
Do What The F*ck You Want To Public License
33 stars 7 forks source link

file output on windows, include "; charset=binary" #59

Closed gildor478 closed 12 years ago

gildor478 commented 12 years ago

e.g $ file foo.tar.gz application-x-gzip; charset=binary

Solve the issue by adding "|> Str.split (Str.regex ";") |> List.hd

Cheers

UnixJunkie commented 12 years ago

No, the regexp has to be changed. I have outstanding pull requests for this.

Regards, F.

UnixJunkie commented 12 years ago

This was fixed too I know. You can close the issue.