bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13352: [PATCH] cp: ignore EEXIST errors from mkdir


From: Mike Frysinger
Subject: bug#13352: [PATCH] cp: ignore EEXIST errors from mkdir
Date: Fri, 4 Jan 2013 00:16:39 -0500
User-agent: KMail/1.13.7 (Linux/3.7.1; KDE/4.6.5; x86_64; ; )

On Thursday 03 January 2013 19:17:03 Paul Eggert wrote:
> Thanks for the bug report, but I'm not sure that's the right
> fix.  Wouldn't it be better to address the following FIXME in cp.c?
> 
>    /* FIXME: Synch this function with the one in ../lib/mkdir-p.c.  */
> 
> The function in mkdir-p.c doesn't have the bug.

i thought it might, but i didn't want to get into the nuances here.  `mkdir -
p` isn't copying a tree and its set of perms like `cp -pR` does.  it might not 
actually affect the code, but i'm not familiar enough with the code base to 
say.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]