summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patch/generated by cgit 1.2.3-korg (git 2.39.0) at 2024-06-16 09:42:37 +0000
t exclusive = *outname_needs_removal ? 0 : O_EXCL; - assert (! inerrno); - *outname_needs_removal = true; - copy_file (inname, outname, 0, exclusive, instat.st_mode, true); + if (inerrno != ENOENT) + { + *outname_needs_removal = true; + copy_file (inname, outname, 0, exclusive, instat.st_mode, true); + } sprintf (buf, "%s %s%s", editor_program, verbosity == VERBOSE ? "" : "- ", outname); -- 2.7.4