mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
Print newline on path warnings to stderr instead of stdout
This commit is contained in:
committed by
Johannes Altmanninger
parent
7d3b157f13
commit
4227f534b4
@@ -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