Merge from old copypass.c rev 1.3: If we must yell at the user than a
file cannot be linked into place when requested (not required) to do it, reassure them that cpio is still intelligent enough that it will perform a full copy instead.
This commit is contained in:
parent
a14da79146
commit
535cc481e6
@ -469,7 +469,7 @@ link_to_name (char *link_name, char *link_target)
|
||||
}
|
||||
else if (link_flag)
|
||||
{
|
||||
error (0, errno, _("cannot link %s to %s"),
|
||||
error (0, errno, _("cannot link %s to %s (will copy instead)"),
|
||||
link_target, link_name);
|
||||
}
|
||||
return res;
|
||||
|
Loading…
Reference in New Issue
Block a user