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:
+1
-1
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user