projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0396e35
)
(usage): Remove space before newline in usage message.
author
Jim Meyering
<jim@meyering.net>
Fri, 5 Jul 1996 03:40:21 +0000
(
03:40
+0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 5 Jul 1996 03:40:21 +0000
(
03:40
+0000)
src/expr.c
patch
|
blob
|
history
diff --git
a/src/expr.c
b/src/expr.c
index bf5d1e4420e0d5e788cfe14db460aa3df5301ad1..a91c9528eb463eb3bacd6d935beb08c7e30bbdb7 100644
(file)
--- a/
src/expr.c
+++ b/
src/expr.c
@@
-424,7
+424,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"),
pv->u.s);
}