diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-04-02 17:01:22 +0000 |
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-04-02 17:01:22 +0000 |
| commit | cea0a8bccbb0d98eb0e7423e6fff0d8529db8efe (patch) | |
| tree | 848f86ed96c909415a930b7d68bbe83a2a56a2b0 /coreutils/expr.c | |
| parent | 8025afad8af99c770d8be3aeca0dbe6329e64d61 (diff) | |
| download | busybox-w32-cea0a8bccbb0d98eb0e7423e6fff0d8529db8efe.tar.gz busybox-w32-cea0a8bccbb0d98eb0e7423e6fff0d8529db8efe.tar.bz2 busybox-w32-cea0a8bccbb0d98eb0e7423e6fff0d8529db8efe.zip | |
- use bb_error_msg
Diffstat (limited to 'coreutils/expr.c')
| -rw-r--r-- | coreutils/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 219 | tostring(pv); | 219 | tostring(pv); |
| 220 | 220 | ||
| 221 | if (pv->u.s[0] == '^') { | 221 | if (pv->u.s[0] == '^') { |
| 222 | fprintf(stderr, "\ | 222 | bb_error_msg("\ |
| 223 | warning: unportable BRE: `%s': using `^' as the first character\n\ | 223 | warning: unportable BRE: `%s': using `^' as the first character\n\ |
| 224 | of a basic regular expression is not portable; it is being ignored", pv->u.s); | 224 | of a basic regular expression is not portable; it is being ignored", pv->u.s); |
| 225 | } | 225 | } |
