We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4657097 commit 5b8d2cfCopy full SHA for 5b8d2cf
bin/main.ml
@@ -17,7 +17,7 @@ let write_c_file ?(optional_includes = []) name code =
17
Printf.fprintf oc "%s" code;
18
close_out oc
19
20
-let sailpath = (Unix.genenv "HOME") ^ "/.opam/default/share/sail/"
+let sailpath = (Unix.getenv "HOME") ^ "/.opam/default/share/sail/"
21
22
let paths_filename = ref ""
23
0 commit comments