PATCH: replacing exec*p with BB_EXEC*P

Tito farmatito at tiscali.it
Mon Feb 5 06:20:54 UTC 2007


On Monday 05 February 2007 00:23, Gabriel L. Somlo wrote:
> +       BB_EXECVP(*argv, argv);
>         bb_perror_msg_and_die("cannot execute %s", *argv);

Hi,
shouldn't the    bb_perror_msg_and_die("cannot execute %s", *argv)
be moved inside  BB_EXECVP(*argv, argv); ?
This would probably save some space.

Ciao,
Tito 



More information about the busybox mailing list