mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 10:25:42 +08:00
parent
add0bd0538
commit
c6c0c9bfdf
@ -397,7 +397,7 @@ parse_execution_result_t parse_execution_context_t::run_for_statement(
|
||||
}
|
||||
|
||||
if (!valid_var_name(for_var_name)) {
|
||||
report_error(var_name_node, L"invalid var name: %ls", for_var_name.c_str());
|
||||
report_error(var_name_node, BUILTIN_ERR_VARNAME, L"for", for_var_name.c_str());
|
||||
return parse_execution_errored;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user