Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Feb 27, 2010
1 parent fd6b77e commit 5af346c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/cpanminus/script.pm
Expand Up @@ -357,7 +357,7 @@ sub bootstrap {
}

# root, locally-installed perl or --sudo: don't care about install_base
return if $self->{sudo} (-w $Config{installsitelib} and -w $Config{sitescript});
return if $self->{sudo} or (-w $Config{installsitelib} and -w $Config{sitescript});

# local::lib is configured in the shell -- yay
return if $ENV{PERL_MM_OPT} and ($ENV{MODULEBUILDRC} or $ENV{PERL_MB_OPT});
Expand Down

0 comments on commit 5af346c

Please sign in to comment.