Skip to content

Commit

Permalink
Fix compilation after the concurrent merge of #5203 and #5205
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Jul 29, 2022
1 parent 1ad4a9a commit 1b441d6
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 @@ -414,7 +414,7 @@ let filepath_needs_quote path =
let opam_env_invocation ?root ?switch ?(set_opamswitch=false) shell =
let shell_arg argname pathval =
let quoted = match shell with
| SH_win_cmd | SH_win_powershell | SH_pwsh ->
| SH_win_cmd | SH_pwsh _ ->
Printf.sprintf " \"--%s=%s\"" argname
| SH_sh | SH_bash | SH_zsh | SH_csh | SH_fish ->
Printf.sprintf " '--%s=%s'" argname
Expand Down

0 comments on commit 1b441d6

Please sign in to comment.