1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00

whoops: Adding quote(...) isn't enough :)

remove quotes from the string, too.
This commit is contained in:
Jim Meyering
2005-06-16 21:41:57 +00:00
parent 0cda9b5eb8
commit f682977c0c
+1 -1
View File
@@ -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));
}