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 Feb 11, 2024
1 parent ab14b3f commit 5702076
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 @@ -306,7 +306,7 @@ module Cygwin = struct
"--no-startmenu";
"--no-write-registry";
"--no-version-check";
"--quiet-mode";
"--quiet-mode"; "noinput";
] @
match packages with
| [] -> []
Expand Down Expand Up @@ -943,7 +943,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 5702076

Please sign in to comment.