This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db7c437
)
perl -i clobbers files on Cygwin
author
Gerrit P. Haase
<gp@familiehaase.de>
Fri, 3 May 2002 20:30:25 +0000
(22:30 +0200)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Fri, 3 May 2002 20:14:07 +0000
(20:14 +0000)
From: "Gerrit P. Haase" <gerrit@familiehaase.de>
Message-ID: <
190109228332
.
20020503203025
@familiehaase.de>
p4raw-id: //depot/perl@16382
doio.c
patch
|
blob
|
blame
|
history
diff --git
a/doio.c
b/doio.c
index
102f34f
..
fdcef27
100644
(file)
--- a/
doio.c
+++ b/
doio.c
@@
-790,7
+790,7
@@
Perl_nextargv(pTHX_ register GV *gv)
#endif
}
else {
-#if !defined(DOSISH) && !defined(AMIGAOS)
+#if !defined(DOSISH) && !defined(AMIGAOS)
&& !defined(__CYGWIN__)
# ifndef VMS /* Don't delete; use automatic file versioning */
if (UNLINK(PL_oldname) < 0) {
if (ckWARN_d(WARN_INPLACE))