mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 19:24:26 +08:00
Also change the MAX_ARG_STRLEN message
Missed in 1326c286fa519a2b61b69f691c8d2f7df63
This commit is contained in:
parent
2bf9b97ab7
commit
fd942e04cd
@ -401,7 +401,7 @@ void safe_report_exec_error(int err, const char *actual_cmd, const char *const *
|
||||
// defined in binfmts.h, but we don't want to include that just to be able to
|
||||
// print the real limit.
|
||||
FLOGF_SAFE(exec,
|
||||
"Failed to execute process '%s': An argument exceeds the OS "
|
||||
"Failed to execute process '%s': An argument or exported variable exceeds the OS "
|
||||
"argument length limit.", actual_cmd);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user