diff options
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/installperl b/installperl index cd3e0a3743..b2ddc84c24 100755 --- a/installperl +++ b/installperl @@ -377,7 +377,6 @@ 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"); } |