From 5b15483f1f4ad2e5e01e73a05acd0306b88cfe14 Mon Sep 17 00:00:00 2001 From: aldot Date: Mon, 2 Apr 2007 17:01:22 +0000 Subject: - use bb_error_msg git-svn-id: svn://busybox.net/trunk/busybox@18307 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- coreutils/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreutils/expr.c b/coreutils/expr.c index 8401594b5..f75f6e0de 100644 --- a/coreutils/expr.c +++ b/coreutils/expr.c @@ -219,7 +219,7 @@ static VALUE *docolon(VALUE * sv, VALUE * pv) 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); } -- cgit v1.2.3-55-g6feb