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:
a6a9272
)
(re_protect):
author
Jim Meyering
<jim@meyering.net>
Tue, 11 Dec 2001 11:47:25 +0000
(11:47 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 11 Dec 2001 11:47:25 +0000
(11:47 +0000)
Include the word `fail' in some diagnostics to make it clearer
that they indicate a failure.
s/getting attributes/failed to get attributes/
src/cp.c
patch
|
blob
|
history
diff --git
a/src/cp.c
b/src/cp.c
index 6a16ba139513574529e30fd55b0a6a0b01f4ee81..00bc61afa92e06d5cef45f9d7bf875b67f88fbd5 100644
(file)
--- a/
src/cp.c
+++ b/
src/cp.c
@@
-300,7
+300,7
@@
re_protect (const char *const_dst_path, int src_offset,
if ((*(x->xstat)) (src_path, &src_sb))
{
- error (0, errno, _("
getting
attributes of %s"),
+ error (0, errno, _("
failed to get
attributes of %s"),
quote (src_path));
return 1;
}