[BusyBox] [PATH] ln, better error messages

Glenn McGrath bug1 at iinet.net.au
Wed Dec 31 23:13:28 UTC 2003


On Wed, 31 Dec 2003 17:15:18 +0100
Bastian Blank <waldi at debian.org> wrote:

> On Wed, Dec 31, 2003 at 05:04:55PM +0100, Bastian Blank wrote:
> > +		if (stat(*argv, &statbuf)) {
> > +			bb_perror_msg(*argv);
> > +			status = EXIT_FAILURE;
> > +			free(src_name);
> > +			break;
> should be a continue.
> > +		}
> > +

Applied.


Glenn



More information about the busybox mailing list