script_exec
extern int script_exec(char *, int, char * const *);
(void)script_exec(script, name, envp);
return script_exec(script, name, envp);