From: Jim Meyering Date: Thu, 16 Jun 2005 21:41:57 +0000 (+0000) Subject: whoops: Adding quote(...) isn't enough :) X-Git-Tag: CPPI-1_12~574 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f682977c0cce43713d0e4a112fc3dbb4fa58d013;p=platform%2Fupstream%2Fcoreutils.git whoops: Adding quote(...) isn't enough :) remove quotes from the string, too. --- diff --git a/src/expr.c b/src/expr.c index 1c245b8..fae3795 100644 --- a/src/expr.c +++ b/src/expr.c @@ -422,7 +422,7 @@ docolon (VALUE *sv, VALUE *pv) if (pv->u.s[0] == '^') { error (0, 0, _("\ -warning: unportable BRE: `%s': using `^' as the first character\n\ +warning: unportable BRE: %s: using `^' as the first character\n\ of the basic regular expression is not portable; it is being ignored"), quote (pv->u.s)); }