Skip to content

Commit

Permalink
For the internal Cygwin, use --quiet-mode hidden
Browse files Browse the repository at this point in the history
Should almost certainly use noinput when running with -v, but regardless
we probably need some kind of status or it's not clear that opam's still
running!
  • Loading branch information
dra27 committed Feb 11, 2024
1 parent 5702076 commit 4416ec0
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"; "noinput";
"--quiet-mode"; "hidden";
] @
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"; "noinput";
"--quiet-mode"; "hidden";
"--no-shortcuts";
"--no-startmenu";
"--no-desktop";
Expand Down

0 comments on commit 4416ec0

Please sign in to comment.