Skip to content

Commit

Permalink
For the internal Cygwin, use --quiet-mode noinput
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed May 13, 2024
1 parent 0feb588 commit 672ae56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/state/opamSysInteract.ml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ module Cygwin = struct
"--no-startmenu";
"--no-write-registry";
"--no-version-check";
"--quiet-mode";
"--quiet-mode"; "noinput";
] @
match packages with
| [] -> []
Expand Down Expand Up @@ -973,7 +973,7 @@ let install_packages_commands_t ?(env=OpamVariable.Map.empty) config sys_package
stored in `sys-pkg-manager-cmd` field *)
[`AsUser (OpamFilename.to_string (Cygwin.cygsetup ())),
[ "--root"; (OpamFilename.Dir.to_string (Cygwin.cygroot config));
"--quiet-mode";
"--quiet-mode"; "noinput";
"--no-shortcuts";
"--no-startmenu";
"--no-desktop";
Expand Down

0 comments on commit 672ae56

Please sign in to comment.