Print newline on path warnings to stderr instead of stdout

This commit is contained in:
metamuffin
2025-03-09 10:39:10 +01:00
committed by Johannes Altmanninger
parent 7d3b157f13
commit 4227f534b4

View File

@@ -183,7 +183,7 @@ fn maybe_issue_path_warning(
)
);
}
printf!("\n");
eprintf!("\n");
}
/// Finds the path of an executable named `cmd`, by looking in $PATH taken from `vars`.