Skip to content

Commit

Permalink
Fix issue when trying to opam install probzelus (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Blanchi <[email protected]>
  • Loading branch information
VictorBlanchi authored Mar 18, 2024
1 parent 9d7635e commit d783ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions probzelus/configure
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env ocaml -I +unix
#!/usr/bin/env -S ocaml -I +unix

#load "unix.cma"

Expand Down Expand Up @@ -41,4 +41,4 @@ let () =
exit code
|}
libs;
close_out oc
close_out oc

0 comments on commit d783ea2

Please sign in to comment.