svn commit: trunk/busybox/coreutils

aldot at busybox.net aldot at busybox.net
Mon Apr 2 17:01:22 UTC 2007


Author: aldot
Date: 2007-04-02 10:01:22 -0700 (Mon, 02 Apr 2007)
New Revision: 18307

Log:
- use bb_error_msg


Modified:
   trunk/busybox/coreutils/expr.c


Changeset:
Modified: trunk/busybox/coreutils/expr.c
===================================================================
--- trunk/busybox/coreutils/expr.c	2007-04-02 16:54:41 UTC (rev 18306)
+++ trunk/busybox/coreutils/expr.c	2007-04-02 17:01:22 UTC (rev 18307)
@@ -219,7 +219,7 @@
 	tostring(pv);
 
 	if (pv->u.s[0] == '^') {
-		fprintf(stderr, "\
+		bb_error_msg("\
 warning: unportable BRE: `%s': using `^' as the first character\n\
 of a basic regular expression is not portable; it is being ignored", pv->u.s);
 	}




More information about the busybox-cvs mailing list