Skip to content

Commit

Permalink
whoops, forgot to switch key - now intermediate dirs work
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Jun 11, 2010
1 parent 741a7d5 commit 8e0d81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/perlmv.pm
Expand Up @@ -381,7 +381,7 @@ sub process_item {
unless ($self->{dry_run}) {
my $res;

if ($self->{'create_intermediate_dirs'}) {
if ($self->{'parents'}) {
my ($vol, $dir, $file) = File::Spec->splitpath($new);
unless (-e $dir) {
make_path($dir, {error => \my $err});
Expand Down

0 comments on commit 8e0d81e

Please sign in to comment.