Skip to content

Commit

Permalink
Merge f0f441d into ddbd141
Browse files Browse the repository at this point in the history
  • Loading branch information
pali committed Jun 14, 2019
2 parents ddbd141 + f0f441d commit f942f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/perlbrew.pm
Expand Up @@ -1771,7 +1771,7 @@ INSTALL
"cd $dist_extracted_dir",
"rm -f config.sh Policy.sh",
);
push @preconfigure_commands, $patchperl unless $self->{"no-patchperl"} || $looks_like_we_are_installing_cperl;
push @preconfigure_commands, 'chmod -R +w .', $patchperl unless $self->{"no-patchperl"} || $looks_like_we_are_installing_cperl;
my $configure_flags = $self->env("PERLBREW_CONFIGURE_FLAGS") || '-de';
Expand Down

0 comments on commit f942f4b

Please sign in to comment.