commit | cea0a8bccbb0d98eb0e7423e6fff0d8529db8efe | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Mon Apr 02 17:01:22 2007 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Mon Apr 02 17:01:22 2007 +0000 |
tree | 848f86ed96c909415a930b7d68bbe83a2a56a2b0 | |
parent | 8025afad8af99c770d8be3aeca0dbe6329e64d61 [diff] |
- use bb_error_msg
diff --git a/coreutils/expr.c b/coreutils/expr.c index 8401594..f75f6e0 100644 --- a/coreutils/expr.c +++ b/coreutils/expr.c
@@ -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); }