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