mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 00:01:15 -03:00
Print newline on path warnings to stderr instead of stdout (Rust port regression)
(cherry picked from commit 4227f534b4)
This commit is contained in:
committed by
Johannes Altmanninger
parent
ad7631093d
commit
7a959723ef
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user