Print newline on path warnings to stderr instead of stdout (Rust port regression)

(cherry picked from commit 4227f534b4)
This commit is contained in:
metamuffin
2025-03-09 10:39:10 +01:00
committed by Johannes Altmanninger
parent ad7631093d
commit 7a959723ef

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`.