Skip to content

Commit

Permalink
quick fix for ocaml#5923
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGibb committed May 23, 2024
1 parent 102b73f commit eabe501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/opamEnv.ml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let default_sep_fmt_str var =
| "PATH" when Sys.win32 ->
SSemiColon, Target_quoted
| "PKG_CONFIG_PATH" | "MANPATH" ->
SColon, Target_quoted
SColon, Target
| _ -> default_separator, default_format

let default_sep_fmt var = default_sep_fmt_str (OpamStd.Env.Name.to_string var)
Expand Down

0 comments on commit eabe501

Please # to comment.