From f682977c0cce43713d0e4a112fc3dbb4fa58d013 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 16 Jun 2005 21:41:57 +0000 Subject: whoops: Adding quote(...) isn't enough :) remove quotes from the string, too. --- src/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/expr.c') diff --git a/src/expr.c b/src/expr.c index 1c245b832..fae3795a8 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)); } -- cgit v1.2.3-54-g00ecf