svn commit: trunk/busybox: archival libbb

Rob Landley rob at landley.net
Sun Sep 10 02:29:07 UTC 2006


On Saturday 09 September 2006 8:49 am, vda at busybox.net wrote:
> -		bb_error_msg("%s: Unknown file type", real_name);
> -		return (FALSE);
> +		bb_error_msg("%s: unknown file type", fileName);
> +		return FALSE;

> -             bb_error_msg("Removing leading '/' from member names");
> +             bb_error_msg("removing leading '/' from member names");



what exactly have you got against capital letters?  is there a reason for 
this?  several of the lines changed in this patch just remove capital 
letters, and i don't understand why.

rob
-- 
never bet against the cheap plastic solution.



More information about the busybox mailing list