mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-04 00:05:11 +00:00
now uses USE_CWD
This commit is contained in:
@@ -285,9 +285,9 @@ if ( ! fork () ) {
|
|||||||
/* child parent */
|
/* child parent */
|
||||||
|
|
||||||
(void) close(1);
|
(void) close(1);
|
||||||
execve ( mailer, exec_argv, Envp );
|
execv ( mailer, exec_argv );
|
||||||
/* this should not happen */
|
/* this should not happen */
|
||||||
perror ("execve");
|
perror( "execv");
|
||||||
exit (1);
|
exit (1);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user