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
[perl #93638] $ENV{LS_COLORS} causes miniperl glob failure
[perl5.git]
/
doio.c
diff --git
a/doio.c
b/doio.c
index
1edf8d2
..
838786e
100644
(file)
--- a/
doio.c
+++ b/
doio.c
@@
-2375,6
+2375,7
@@
Perl_vms_start_glob
#endif
#endif /* !CSH */
#endif /* !DOSISH */
+ save_hash(gv_fetchpvs("ENV", 0, SVt_PVHV));
(void)do_open(PL_last_in_gv, (char*)SvPVX_const(tmpcmd), SvCUR(tmpcmd),
FALSE, O_RDONLY, 0, NULL);
fp = IoIFP(io);