]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(copy_internal): Remove errnoeous `%s: ' prefix
authorJim Meyering <jim@meyering.net>
Fri, 18 Dec 1998 14:22:50 +0000 (14:22 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 18 Dec 1998 14:22:50 +0000 (14:22 +0000)
from format string.  From Michiel Bacchiani.

src/copy.c

index 401ea79ed8c313d67938eac6858d66d45e1b8e49..4b50d10f7b5813cef9a7b9f539f40ace7990f7cc 100644 (file)
@@ -595,7 +595,7 @@ copy_internal (const char *src_path, const char *dst_path,
         directories).  */
       if (S_ISDIR (src_type))
        {
-         error (0, 0, _("%s: won't create hard link `%s' to directory `%s'"),
+         error (0, 0, _("won't create hard link `%s' to directory `%s'"),
                 dst_path, earlier_file);
          goto un_backup;
        }