EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>
This commit is contained in:
@@ -47,7 +47,7 @@ int nice_main(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
|
||||
execvp(*argv, argv); /* Now exec the desired program. */
|
||||
BB_EXECVP(*argv, argv); /* Now exec the desired program. */
|
||||
|
||||
/* The exec failed... */
|
||||
xfunc_error_retval = (errno == ENOENT) ? 127 : 126; /* SUSv3 */
|
||||
|
Reference in New Issue
Block a user