aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/core/conda.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/core/conda.c b/src/lib/core/conda.c
index 8d2753d..1c6bd99 100644
--- a/src/lib/core/conda.c
+++ b/src/lib/core/conda.c
@@ -852,6 +852,7 @@ int conda_capable(struct CondaCapabilities *ccap, const char *root) {
struct Process proc = {0};
safe_strncpy(proc.f_stderr, "/dev/null", sizeof(proc.f_stderr));
+ safe_strncpy(proc.f_stdout, "/dev/null", sizeof(proc.f_stdout));
if (shell(&proc, "mamba install --use-local --dry-run conda")) {
cc->missing_use_local = true;
}