From 5702076c1fb4456f9f76f65e78b2f6c3308b97b4 Mon Sep 17 00:00:00 2001 From: David Allsopp Date: Sun, 11 Feb 2024 13:28:02 +0000 Subject: [PATCH] For the internal Cygwin, use --quiet-mode noinput --- src/state/opamSysInteract.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/state/opamSysInteract.ml b/src/state/opamSysInteract.ml index d10a901b067..9284428b156 100644 --- a/src/state/opamSysInteract.ml +++ b/src/state/opamSysInteract.ml @@ -306,7 +306,7 @@ module Cygwin = struct "--no-startmenu"; "--no-write-registry"; "--no-version-check"; - "--quiet-mode"; + "--quiet-mode"; "noinput"; ] @ match packages with | [] -> [] @@ -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";