mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
Add missing argument to MAX_ARG_STRLEN error
This was missed in b395b33776
.
No need to relnote, it's trivial
This commit is contained in:
parent
143757e8c6
commit
29e02ac7a5
|
@ -400,7 +400,7 @@ void safe_report_exec_error(int err, const char *actual_cmd, const char *const *
|
|||
// print the real limit.
|
||||
FLOGF_SAFE(exec,
|
||||
"Failed to execute process '%s': An argument exceeds the OS "
|
||||
"argument length limit.");
|
||||
"argument length limit.", actual_cmd);
|
||||
}
|
||||
} else {
|
||||
FLOGF_SAFE(exec,
|
||||
|
|
Loading…
Reference in New Issue
Block a user