From: Jarkko Hietaniemi Date: Sat, 11 Mar 2000 17:41:29 +0000 (+0000) Subject: Integrate with Sarathy. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e157c85e0e62418b77e49aa169149e913fe5fc50;hp=6b7b8867bcd9dae4737a0f8210ca9785c63634b8;p=p5sagit%2Fp5-mst-13.2.git Integrate with Sarathy. p4raw-id: //depot/cfgperl@5656 --- diff --git a/installperl b/installperl index b2ddc84..cd3e0a3 100755 --- a/installperl +++ b/installperl @@ -377,6 +377,7 @@ if (! $versiononly) { safe_unlink("$installscript/pstruct$scr_ext"); if ($^O eq 'dos' or $Is_VMS or $^O eq 'transit') { copy("$installscript/c2ph$scr_ext", "$installscript/pstruct$scr_ext"); + chmod(0755, "$installscript/pstruct$scr_ext"); } else { link("$installscript/c2ph$scr_ext", "$installscript/pstruct$scr_ext"); } diff --git a/perlapi.c b/perlapi.c old mode 100644 new mode 100755 diff --git a/perlapi.h b/perlapi.h old mode 100644 new mode 100755 diff --git a/t/op/filetest.t b/t/op/filetest.t old mode 100755 new mode 100644 diff --git a/t/op/subst_amp.t b/t/op/subst_amp.t old mode 100755 new mode 100644