mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
@@ -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
|
// defined in binfmts.h, but we don't want to include that just to be able to
|
||||||
// print the real limit.
|
// print the real limit.
|
||||||
FLOGF_SAFE(exec,
|
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);
|
"argument length limit.", actual_cmd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user