Skip to content

Commit

Permalink
Handle BSD systems
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileTrotignon committed Sep 27, 2023
1 parent 52bf343 commit c637bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ocaml/doc.ml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let term =
| Darwin -> Some ("open", [ "-u" ])
| Linux -> Some ("xdg-open", [])
| Windows -> None
| Other -> None
| Other | FreeBSD | NetBSD | OpenBSD -> None
in
let+ p = Bin.which ~path cmd_name in
( p
Expand Down

0 comments on commit c637bbd

Please sign in to comment.