mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-26 19:31:15 -03:00
fix some lint warnings
This commit is contained in:
@@ -774,7 +774,7 @@ parse_execution_result_t parse_execution_context_t::handle_command_not_found(
|
||||
this->report_error(statement_node, msg, eval_cmd.c_str());
|
||||
} else if (err_code != ENOENT) {
|
||||
this->report_error(statement_node, _(L"The file '%ls' is not executable by this user"),
|
||||
cmd ? cmd : L"UNKNOWN");
|
||||
cmd);
|
||||
} else {
|
||||
// Handle unrecognized commands with standard command not found handler that can make better
|
||||
// error messages.
|
||||
|
||||
Reference in New Issue
Block a user