Rename script_execve to sudo_execve and rename script_foo in exec.c

This commit is contained in:
Todd C. Miller
2010-05-27 16:46:31 -04:00
parent 4248a11ef7
commit 9773ba3f79
3 changed files with 99 additions and 97 deletions

View File

@@ -792,7 +792,7 @@ run_command(struct command_details *details, char *argv[], char *envp[])
* XXX - no background support
*/
script_execve(details, argv, envp, &cstat);
sudo_execve(details, argv, envp, &cstat);
switch (cstat.type) {
case CMD_ERRNO: