diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-03 07:42:23 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-03 07:42:23 +0000 |
commit | 40b86b0f5cb06f86f2f6f69f2b165ebb1620d82a (patch) | |
tree | d1c398fb79e7b5c097047be11cc84924c992b7d5 /installperl | |
parent | d37079511e3bbbe29a88bbec83eb274c647a845a (diff) | |
download | perl-40b86b0f5cb06f86f2f6f69f2b165ebb1620d82a.tar.gz |
don't mess with the umask()
p4raw-id: //depot/perl@4632
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/installperl b/installperl index ddd06fa6d7..fd1314fe2c 100755 --- a/installperl +++ b/installperl @@ -54,8 +54,6 @@ while (@ARGV) { shift; } -umask 022 unless $Is_VMS; - my @scripts = qw(utils/c2ph utils/h2ph utils/h2xs utils/perlbug utils/perldoc utils/pl2pm utils/splain utils/perlcc utils/dprofpp x2p/s2p x2p/find2perl |