Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
polettix committed Jun 10, 2015
1 parent 2e4d762 commit af27abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/EPAN.pm
Expand Up @@ -336,7 +336,7 @@ END_OF_INSTALL
if (! -e $file) {
my $cpanm = which('cpanm');
File::Copy::copy($cpanm, $file->stringify());
chmod 0777 &~ umask(), $file->stringify());
chmod 0777 &~ umask(), $file->stringify();
}
}

Expand Down

0 comments on commit af27abc

Please sign in to comment.