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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Integrate:
[perl5.git]
/
util.c
diff --git
a/util.c
b/util.c
index
ce53984
..
71f49a5
100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-2229,7
+2229,7
@@
Perl_my_popen(pTHX_ char *cmd, char *mode)
PerlProc__exit(1);
}
#endif /* defined OS2 */
PerlProc__exit(1);
}
#endif /* defined OS2 */
- if ((tmpgv = gv_fetchpv
("$",TRUE
, SVt_PV))) {
+ if ((tmpgv = gv_fetchpv
s("$", GV_ADD|GV_NOTQUAL
, SVt_PV))) {
SvREADONLY_off(GvSV(tmpgv));
sv_setiv(GvSV(tmpgv), PerlProc_getpid());
SvREADONLY_on(GvSV(tmpgv));
SvREADONLY_off(GvSV(tmpgv));
sv_setiv(GvSV(tmpgv), PerlProc_getpid());
SvREADONLY_on(GvSV(tmpgv));